tesler-form-builder
Version:
Tesler form-builder based on formily (designable)
57 lines (56 loc) • 1.37 kB
TypeScript
export declare const FormTab: {
"ru-RU": {
title: string;
addTabPane: string;
settings: {
"x-component-props": {
animated: string;
centered: string;
tab: string;
type: {
title: string;
dataSource: {
label: string;
value: string;
}[];
};
};
};
};
"en-US": {
title: string;
addTabPane: string;
settings: {
"x-component-props": {
animated: string;
centered: string;
tab: string;
type: {
title: string;
dataSource: {
label: string;
value: string;
}[];
};
};
};
};
};
export declare const FormTabPane: {
"ru-RU": {
title: string;
settings: {
"x-component-props": {
tab: string;
};
};
};
"en-US": {
title: string;
settings: {
"x-component-props": {
tab: string;
};
};
};
};