UNPKG

@moderntribe/wme-ui

Version:

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

5 lines 169 B
import type React from 'react'; import { BoxProps } from '@mui/material'; declare const Form: React.FC<BoxProps>; export default Form; //# sourceMappingURL=form.d.ts.map