UNPKG

@flatbiz/antd

Version:
15 lines (13 loc) 326 B
export type FormItemNamePath = string | number | Array<string | number>; export type TLocale = "en" | "zh-cn"; export type TFbaLocale = { TreeWrapper?: { /** 数据加载异常默认文案 */ requestError?: string; }; FbaDialogModal?: { cancelText?: string; }; }; export declare const types: () => void; export {};