UNPKG

@realfavicongenerator/generate-favicon

Version:
9 lines (8 loc) 260 B
import { EditedIcon } from "."; export type WebAppManifestSettings = { name: string; shortName: string; backgroundColor: string; themeColor: string; } & EditedIcon; export declare const initWebAppManifestSettings: () => WebAppManifestSettings;