tesler-form-builder
Version:
Tesler form-builder based on formily (designable)
87 lines (86 loc) • 2.64 kB
TypeScript
export declare const FormLayout: {
"ru-RU": {
title: string;
settings: {
"x-component-props": {
labelCol: string;
wrapperCol: string;
colon: string;
labelAlign: {
title: string;
dataSource: string[];
};
wrapperAlign: {
title: string;
dataSource: string[];
};
labelWrap: string;
wrapperWrap: string;
labelWidth: string;
wrapperWidth: string;
fullness: string;
inset: string;
shallow: string;
bordered: string;
size: {
title: string;
dataSource: string[];
};
layout: {
title: string;
dataSource: string[];
};
feedbackLayout: {
title: string;
dataSource: string[];
};
tooltipLayout: {
title: string;
dataSource: string[];
};
};
};
};
"en-US": {
title: string;
settings: {
"x-component-props": {
labelCol: string;
wrapperCol: string;
colon: string;
labelAlign: {
title: string;
dataSource: string[];
};
wrapperAlign: {
title: string;
dataSource: string[];
};
labelWrap: string;
wrapperWrap: string;
labelWidth: string;
wrapperWidth: string;
fullness: string;
inset: string;
shallow: string;
bordered: string;
size: {
title: string;
dataSource: string[];
};
layout: {
title: string;
dataSource: string[];
};
feedbackLayout: {
title: string;
dataSource: string[];
};
tooltipLayout: {
title: string;
dataSource: string[];
};
};
};
};
};