UNPKG

@selfcommunity/react-core

Version:

React Core Components useful for integrating UI Community components (react-ui).

8 lines (7 loc) 328 B
export declare const LOCALE_OPTION = "locale"; export declare const LOCALE_DEFAULT_OPTION = "default"; export declare const LOCALE_MESSAGES_OPTION = "messages"; export declare const LOCALE_EN = "en"; export declare const LOCALE_IT = "it"; export declare const LOCALES: string[]; export declare const DEFAULT_LANGUAGE_UI = "en";