tesler-form-builder
Version:
Tesler form-builder based on formily (designable)
29 lines (28 loc) • 682 B
TypeScript
export declare const Rate: {
"ru-RU": {
title: string;
settings: {
"x-component-props": {
allowHalf: string;
tooltips: {
title: string;
tooltip: string;
};
count: string;
};
};
};
"en-US": {
title: string;
settings: {
"x-component-props": {
allowHalf: string;
tooltips: {
title: string;
tooltip: string;
};
count: string;
};
};
};
};