UNPKG

@builder.io/sdk-vue

Version:
20 lines (19 loc) 745 B
import type { BuilderComponentsProp, BuilderDataProps } from "../../types/builder-props"; export type DropzoneProps = BuilderDataProps & BuilderComponentsProp & { name: string; attributes: any; }; declare const _default: import("vue").DefineComponent<Readonly<{ name?: any; builderContext?: any; builderComponents?: any; }>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<Readonly<{ name?: any; builderContext?: any; builderComponents?: any; }>>>, { readonly name?: any; readonly builderContext?: any; readonly builderComponents?: any; }, {}>; export default _default;