iconsManifest.d.ts 187 B

12345678
  1. export interface IconManifestType {
  2. id: string;
  3. name: string;
  4. projectUrl: string;
  5. license: string;
  6. licenseUrl: string;
  7. }
  8. export declare const IconsManifest: IconManifestType[];