@jsonforms/material-renderers
Version:
Material Renderer Set for JSON Forms
7 lines (6 loc) • 374 B
TypeScript
import React from 'react';
import { CellProps, RankedTester, WithClassname } from '@jsonforms/core';
export declare const MaterialIntegerCell: (props: CellProps & WithClassname) => React.JSX.Element;
export declare const materialIntegerCellTester: RankedTester;
declare const _default: React.ComponentType<import("@jsonforms/core").OwnPropsOfCell>;
export default _default;