tesler-form-builder
Version:
Tesler form-builder based on formily (designable)
26 lines (25 loc) • 606 B
TypeScript
export declare const TextArea: {
"ru-RU": {
title: string;
settings: {
"x-component-props": {
maxLength: string;
autoSize: {
title: string;
tooltip: string;
};
showCount: string;
};
};
};
"en-US": {
title: string;
settings: {
"x-component-props": {
maxLength: string;
autoSize: string;
showCount: string;
};
};
};
};