tesler-form-builder
Version:
Tesler form-builder based on formily (designable)
37 lines (36 loc) • 935 B
TypeScript
export declare const Space: {
"ru-RU": {
title: string;
settings: {
"x-component-props": {
direction: {
title: string;
dataSource: string[];
};
split: string;
wrap: string;
align: {
title: string;
dataSource: string[];
};
};
};
};
"en-US": {
title: string;
settings: {
"x-component-props": {
direction: {
title: string;
dataSource: string[];
};
split: string;
wrap: string;
align: {
title: string;
dataSource: string[];
};
};
};
};
};