UNPKG

@skireal/form-builder

Version:
7 lines (6 loc) 237 B
export declare class LocaleService { private localeSubject; locale$: import("rxjs").Observable<Record<string, string>>; setLocale(locale: Record<string, string>): void; getCurrentLocale(): Record<string, string>; }