UNPKG

@mantine/dropzone

Version:

Dropzone component built with Mantine theme and components

8 lines (7 loc) 344 B
"use client"; import { createSafeContext } from "@mantine/core"; //#region packages/@mantine/dropzone/src/Dropzone.context.ts const [DropzoneProvider, useDropzoneContext] = createSafeContext("Dropzone component was not found in tree"); //#endregion export { DropzoneProvider, useDropzoneContext }; //# sourceMappingURL=Dropzone.context.mjs.map