UNPKG

jamis-formula

Version:

负责 amis 里面的表达式实现,内置公式,编辑器等

5 lines (4 loc) 180 B
type StrictLocale = 'zh_CN' | 'en_US'; export declare const getCurrentLocale: () => StrictLocale; export declare const setCurrentLocale: (locale: StrictLocale) => void; export {};