gather-content-ui
Version:
GatherContent UI Library
16 lines • 443 B
TypeScript
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