tesler-form-builder
Version:
Tesler form-builder based on formily (designable)
27 lines (26 loc) • 616 B
TypeScript
export declare const Text: {
"ru-RU": {
title: string;
settings: {
"x-component-props": {
content: string;
mode: {
title: string;
dataSource: string[];
};
};
};
};
"en-US": {
title: string;
settings: {
"x-component-props": {
content: string;
mode: {
title: string;
dataSource: string[];
};
};
};
};
};