tesler-form-builder
Version:
Tesler form-builder based on formily (designable)
52 lines (51 loc) • 1.47 kB
TypeScript
export declare const DatePicker: {
"ru-RU": {
title: string;
settings: {
"x-component-props": {
disabledDate: {
title: string;
tooltip: string;
};
disabledTime: {
title: string;
tooltip: string;
};
inputReadOnly: string;
format: string;
picker: {
title: string;
dataSource: string[];
};
showNow: string;
showTime: string;
showToday: string;
};
};
};
"en-US": {
title: string;
settings: {
"x-component-props": {
disabledDate: {
title: string;
tooltip: string;
};
disabledTime: {
title: string;
tooltip: string;
};
inputReadOnly: string;
format: string;
picker: {
title: string;
dataSource: string[];
};
showNow: string;
showTime: string;
showToday: string;
};
};
};
};
export declare const DateRangePicker: {};