UNPKG

@moderntribe/wme-ui

Version:

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

6 lines 282 B
import type React from 'react'; import type { PropsWithChildren } from 'react'; import { InputLabelProps } from '@mui/material'; declare const FormFieldLabel: React.FC<PropsWithChildren<InputLabelProps>>; export default FormFieldLabel; //# sourceMappingURL=form-field-label.d.ts.map