UNPKG

@fakel/rest-admin

Version:

An application that makes it easier to work with your API

7 lines (6 loc) 153 B
export declare class LocaleStore { locale: string; i18nProvider: any; constructor(i18nProvider: any); setLocale(locale: string): void; }