tesler-form-builder
Version:
Tesler form-builder based on formily (designable)
39 lines (38 loc) • 1.02 kB
TypeScript
export declare const Transfer: {
"ru-RU": {
title: string;
settings: {
"x-component-props": {
oneWay: string;
operations: {
title: string;
tooltip: string;
};
titles: {
title: string;
tooltip: string;
};
showSearchAll: string;
filterOption: string;
};
};
};
"en-US": {
title: string;
settings: {
"x-component-props": {
oneWay: string;
operations: {
title: string;
tooltip: string;
};
titles: {
title: string;
tooltip: string;
};
showSearchAll: string;
filterOption: string;
};
};
};
};