UNPKG

create-next-flask

Version:
9 lines (8 loc) 187 B
export interface IconManifestType { id: string; name: string; projectUrl: string; license: string; licenseUrl: string; } export declare const IconsManifest: IconManifestType[];