UNPKG

@veracity/vui

Version:

Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.

10 lines (9 loc) 400 B
import { VuiComponent } from "../core/vui.js"; import { DragAndDropProps } from "./dragAndDrop.types.js"; import "../index.js"; //#region src/dragAndDrop/dragAndDrop.d.ts /** Prepares uploading files by selecting or dragging. */ declare const DragAndDrop: VuiComponent<"label", DragAndDropProps>; //#endregion export { DragAndDrop, DragAndDrop as default }; //# sourceMappingURL=dragAndDrop.d.ts.map