You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
648 B
20 lines
648 B
declare const _default: import("vue").DefineComponent<{
|
|
disabled: {
|
|
type: BooleanConstructor;
|
|
default: boolean;
|
|
};
|
|
}, {
|
|
dragover: import("vue").Ref<boolean>;
|
|
onDrop: (e: DragEvent) => void;
|
|
onDragover: () => void;
|
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "file"[], "file", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
disabled?: unknown;
|
|
} & {
|
|
disabled: boolean;
|
|
} & {}> & {
|
|
onFile?: ((...args: any[]) => any) | undefined;
|
|
}, {
|
|
disabled: boolean;
|
|
}>;
|
|
export default _default;
|