UNPKG

169 BTypeScriptView Raw
1export interface IconManifest {
2 id: string;
3 name: string;
4 projectUrl: string;
5 license: string;
6 licenseUrl: string;
7}
8export declare const icons: IconManifest;