UNPKG

@moderntribe/wme-ui

Version:

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

5 lines 235 B
import type React from 'react'; import { FormControlUnstyledProps } from '@mui/base'; declare const FormFieldControl: React.FC<FormControlUnstyledProps>; export default FormFieldControl; //# sourceMappingURL=form-field-control.d.ts.map