UNPKG

react-super

Version:
8 lines (7 loc) 187 B
interface Props { fileList?: any; onChange?: any; antProps?: any; } declare const _default: ({ fileList, onChange, antProps }: Props) => JSX.Element; export default _default;