UNPKG

@howincodes/expo-dynamic-app-icon

Version:
5 lines 323 B
import { DynamicAppIconRegistry } from "./types"; export type IconName = DynamicAppIconRegistry["IconName"]; export declare function setAppIcon(name: IconName | null, isInBackground?: boolean): IconName | "DEFAULT" | false; export declare function getAppIcon(): IconName | "DEFAULT"; //# sourceMappingURL=index.web.d.ts.map