tesler-form-builder
Version:
Tesler form-builder based on formily (designable)
41 lines (40 loc) • 1.07 kB
TypeScript
export declare const Cascader: {
"ru-RU": {
title: string;
settings: {
"x-component-props": {
changeOnSelect: {
title: string;
tooltip: string;
};
displayRender: {
title: string;
tooltip: string;
};
fieldNames: {
title: string;
tooltip: string;
};
};
};
};
"en-US": {
title: string;
settings: {
"x-component-props": {
changeOnSelect: {
title: string;
tooltip: string;
};
displayRender: {
title: string;
tooltip: string;
};
fieldNames: {
title: string;
tooltip: string;
};
};
};
};
};