UNPKG

@moderntribe/wme-ui

Version:

Components and hooks to build the best UX/UI admin wizards

5 lines 215 B
import type React from 'react'; import { InputBaseComponentProps } from '@mui/material'; declare const FileInput: React.FC<InputBaseComponentProps>; export default FileInput; //# sourceMappingURL=file-input.d.ts.map