tesler-form-builder
Version:
Tesler form-builder based on formily (designable)
54 lines (53 loc) • 1.59 kB
TypeScript
export declare const Upload: {
"ru-RU": {
title: string;
settings: {
"x-component-props": {
accept: string;
action: string;
data: string;
directory: string;
headers: string;
listType: {
title: string;
dataSource: string[];
};
multiple: string;
name: string;
openFileDialogOnClick: {
title: string;
};
showUploadList: string;
withCredentials: string;
maxCount: string;
method: string;
textContent: string;
};
};
};
"en-US": {
title: string;
settings: {
"x-component-props": {
accept: string;
action: string;
data: string;
directory: string;
headers: string;
listType: {
title: string;
dataSource: string[];
};
multiple: string;
name: string;
openFileDialogOnClick: string;
showUploadList: string;
withCredentials: string;
maxCount: string;
method: string;
textContent: string;
};
};
};
};
export declare const UploadDragger: {};