UNPKG

mui-forms

Version:

Material UI forms with json based schema

12 lines (11 loc) 257 B
/// <reference types="react" /> interface IconConfig { name: string; position: string; } interface Props { name?: string; config?: IconConfig; } declare function MuiFormIcon(props: Props): JSX.Element; export default MuiFormIcon;