UNPKG

@heycar-uikit/core

Version:
9 lines (8 loc) 187 B
declare const DEFAULT_LOCALE: { page: string; goto: string; prevPage: string; nextPage: string; }; type Locale = typeof DEFAULT_LOCALE; export { DEFAULT_LOCALE, Locale };