import type { FileUploaderContextValue } from '../../context';
import type { FileUploaderAllowInfo } from './info';
import type { FileUploaderAllowItem } from './item';
export type FileUploaderAllow = (files: FileUploaderAllowItem[], context: FileUploaderContextValue) => FileUploaderAllowInfo;