UNPKG

@mantine/dropzone

Version:

Dropzone component built with Mantine theme and components

7 lines (6 loc) 244 B
export interface DropzoneContextValue { idle: boolean; accept: boolean; reject: boolean; } export declare const DropzoneProvider: import("react").Context<DropzoneContextValue | null>, useDropzoneContext: () => DropzoneContextValue;