UNPKG

gather-content-ui

Version:
16 lines 443 B
import { Dropzone as DropzoneComponent } from "./Dropzone"; declare const _default: { title: string; component: typeof DropzoneComponent; args: { hasSomethingDropped: boolean; }; argTypes: { onDrop: { action: string; }; }; }; export default _default; export declare function Dropzone(args: any): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Dropzone.stories.d.ts.map