UNPKG

@ozen-ui/kit

Version:

React component library

5 lines (4 loc) 302 B
import type { LoaderSizeVariant } from '../../../Loader'; import type { FileUploaderSizeVariant } from '../../entities'; export declare const FILE_UPLOADER_LOADER_DEFAULT_TAG = "div"; export declare const FILE_UPLOADER_SIZE_TO_LOADER_SIZE: Readonly<Record<FileUploaderSizeVariant, LoaderSizeVariant>>;