UNPKG

mui-forms

Version:

Material UI forms with json based schema

5 lines (4 loc) 179 B
/// <reference types="react" /> import { IFieldProps } from "../../common/field"; declare function MonthControl(props: IFieldProps): JSX.Element; export default MonthControl;