tesler-form-builder
Version:
Tesler form-builder based on formily (designable)
36 lines (35 loc) • 965 B
TypeScript
export declare const Input: {
"ru-RU": {
title: string;
settings: {
"x-component-props": {
addonAfter: string;
addonBefore: string;
maxLength: string;
prefix: string;
suffix: string;
autoSize: {
title: string;
tooltip: string;
};
showCount: string;
checkStrength: string;
};
};
};
"en-US": {
title: string;
settings: {
"x-component-props": {
addonAfter: string;
addonBefore: string;
maxLength: string;
prefix: string;
suffix: string;
autoSize: string;
showCount: string;
checkStrength: string;
};
};
};
};