UNPKG

@moderntribe/wme-ui

Version:

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

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