UNPKG

mui-forms

Version:

Material UI forms with json based schema

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