UNPKG

@farris/command-services-vue

Version:

Render schema to web page with farris ui.

10 lines (9 loc) 220 B
export interface LocaleConfig { locale: string; fallbackLocale?: string; uri?: string; } export declare const DEFAULT_LOCALE_CONFIG: LocaleConfig; export interface LocaleResources { [key: string]: any; }