ant-design-x-vue
Version:
Craft AI-driven interfaces effortlessly
40 lines (39 loc) • 2.24 kB
TypeScript
declare const Attachments: {
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./interface").AttachmentsProps> & Readonly<{}>, {
nativeElement: HTMLDivElement | null;
upload: (file: File) => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<import("./interface").AttachmentsProps> & Readonly<{}>, {
nativeElement: HTMLDivElement | null;
upload: (file: File) => void;
}, {}, {}, {}, {}>;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import("vue").ComponentOptionsBase<Readonly<import("./interface").AttachmentsProps> & Readonly<{}>, {
nativeElement: HTMLDivElement | null;
upload: (file: File) => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
$slots: Readonly<{
placeholder?(props?: {
type: "inline" | "drop";
}): import("vue").VNode | string;
}> & {
placeholder?(props?: {
type: "inline" | "drop";
}): import("vue").VNode | string;
};
}) & {
FileCard: import("vue").DefineComponent<import("./interface").FileListCardProps, {
nativeElement: Readonly<import("vue").ShallowRef<HTMLDivElement>>;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("./interface").FileListCardProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
};
export type { Attachment, AttachmentsProps } from './interface';
export default Attachments;
export { Attachments, };