UNPKG

@ithinkdt/naive

Version:

iThinkDT Naive UI

15 lines (11 loc) 331 B
import { PropType } from 'vue' import { UploadFileInfo } from 'ithinkdt-ui' import { SimpleDefineComponent } from '@ithinkdt/common' export declare const NFiles: SimpleDefineComponent<{ type: { type: PropType<'file' | 'image'> } files: { type: PropType<string | string[] | UploadFileInfo[]> } }>