@mantine/dropzone
Version:
Dropzone component built with Mantine theme and components
13 lines (9 loc) • 327 B
JavaScript
'use client';
;
var core = require('@mantine/core');
const [DropzoneProvider, useDropzoneContext] = core.createSafeContext(
"Dropzone component was not found in tree"
);
exports.DropzoneProvider = DropzoneProvider;
exports.useDropzoneContext = useDropzoneContext;
//# sourceMappingURL=Dropzone.context.cjs.map