source:
trip-planner-front/node_modules/@fortawesome/angular-fontawesome/schematics/ng-add/schema.d.ts@
b738035
Last change on this file since b738035 was 59329aa, checked in by , 3 years ago | |
---|---|
|
|
File size: 252 bytes |
Line | |
---|---|
1 | export 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.