UNPKG

@khmyznikov/pwa-install

Version:

PWA install dialog provide more convenience user experience and fix lack of native dialogs in some browsers.

7 lines (6 loc) 248 B
export declare const getLocale: (() => string) & { _LIT_LOCALIZE_GET_LOCALE_?: never; }, setLocale: ((newLocale: string) => Promise<void>) & { _LIT_LOCALIZE_SET_LOCALE_?: never; }; export declare const changeLocale: (lang: string) => void;