@jsonforms/material-renderers
Version:
Material Renderer Set for JSON Forms
6 lines (5 loc) • 344 B
TypeScript
import React from 'react';
import { EnumCellProps, WithClassname } from '@jsonforms/core';
import { TranslateProps } from '@jsonforms/react';
import { WithInputProps, WithSelectProps } from '../util';
export declare const MuiSelect: React.NamedExoticComponent<EnumCellProps & WithClassname & TranslateProps & WithInputProps & WithSelectProps>;