UNPKG

@ozen-ui/kit

Version:

React component library

3 lines (2 loc) 162 B
import type { FileUploaderAllowInfoObject } from '../entities'; export declare const isObjectAllowInfo: (value: unknown) => value is FileUploaderAllowInfoObject;