UNPKG

@ozen-ui/kit

Version:

React component library

3 lines (2 loc) 141 B
import type { MockFileInfoFormat } from '../types'; export declare const createMockFile: (name: string, format: MockFileInfoFormat) => File;