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