source: trip-planner-front/node_modules/@fortawesome/angular-fontawesome/schematics/ng-add/schema.d.ts@ 6fe77af

Last change on this file since 6fe77af was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 252 bytes
Line 
1export interface Schema {
2 /** Name of the project. */
3 project?: string;
4 /** The icon packages to install */
5 iconPackages?: ('free-solid' | 'free-regular' | 'free-brands' | 'pro-solid' | 'pro-regular' | 'pro-light' | 'pro-duotone')[];
6}
Note: See TracBrowser for help on using the repository browser.