UNPKG

@ozen-ui/kit

Version:

React component library

8 lines (7 loc) 316 B
import type { FileSizeVariant } from './entities'; export type FileContextValue = { size: FileSizeVariant; }; export declare const FileContextDefaultValue: FileContextValue; export declare const FileContext: import("react").Context<FileContextValue>; export declare const useFileContext: () => FileContextValue;