UNPKG

files-ui-react-19

Version:

UI components for file uploads with React js - with React 19 support

9 lines (8 loc) 262 B
/** * * @param color * @param isDragging * @param makeClassName whether to make the classname or not * @returns the classname for layer */ export declare const useDropLayerClassName: (dropzoneId: string, color?: string, makeClassName?: boolean) => string;