UNPKG

tesler-form-builder

Version:

Tesler form-builder based on formily (designable)

61 lines (60 loc) 1.55 kB
export declare const FormCollapse: { "ru-RU": { title: string; addCollapsePanel: string; settings: { "x-component-props": { accordion: string; collapsible: { title: string; dataSource: string[]; }; ghost: string; bordered: string; }; }; }; "en-US": { title: string; addCollapsePanel: string; settings: { "x-component-props": { accordion: string; collapsible: { title: string; dataSource: string[]; }; ghost: string; bordered: string; }; }; }; }; export declare const FormCollapsePanel: { "ru-RU": { title: string; settings: { "x-component-props": { collapsible: { title: string; dataSource: string[]; }; header: string; extra: string; }; }; }; "en-US": { title: string; settings: { "x-component-props": { collapsible: { title: string; dataSource: string[]; }; header: string; extra: string; }; }; }; };