tesler-form-builder
Version:
Tesler form-builder based on formily (designable)
49 lines (48 loc) • 1.33 kB
TypeScript
export declare const Slider: {
"ru-RU": {
title: string;
settings: {
"x-component-props": {
dots: string;
range: string;
reverse: string;
vertical: string;
tooltipPlacement: {
title: string;
tooltip: string;
};
tooltipVisible: {
title: string;
tooltip: string;
};
max: string;
min: string;
step: string;
marks: string;
};
};
};
"en-US": {
title: string;
settings: {
"x-component-props": {
dots: string;
range: string;
reverse: string;
vertical: string;
tooltipPlacement: {
title: string;
tooltip: string;
};
tooltipVisible: {
title: string;
tooltip: string;
};
max: string;
min: string;
step: string;
marks: string;
};
};
};
};