UNPKG

@sms-frontend/components

Version:

SMS Design React UI Library.

11 lines (10 loc) 262 B
/// <reference types="react" /> import { UploadListProps } from '../interface'; export declare const FileList: { (props: UploadListProps): JSX.Element; defaultProps: { listType: string; }; displayName: string; }; export default FileList;