UNPKG

@eccenca/gui-elements

Version:

GUI elements based on other libraries, usable in React application, written in Typescript.

8 lines (7 loc) 330 B
export declare const useApplicationHeaderOverModals: (elevate: boolean, className: string) => void; /** * Tracks drag operations over the application. * Sets different data attributes to the body element. * They can be used to apply styling rules. */ export declare const useDropzoneMonitor: (enabledTypes: string[]) => void;