UNPKG

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