UNPKG

@ozen-ui/kit

Version:

React component library

6 lines (5 loc) 363 B
import type { IconSize } from '@ozen-ui/icons'; import type { FileUploaderSizeVariant } from '../../entities'; export declare const FILE_UPLOADER_DROP_DEFAULT_TAG = "div"; export declare const FILE_UPLOADER_DROP_DEFAULT_WITH_REACTION_TO_CLICK = true; export declare const FILE_UPLOADER_SIZE_TO_DROP_ICON_SIZE: Readonly<Record<FileUploaderSizeVariant, IconSize>>;