UNPKG

@cristianuser/antd-renderers

Version:

Ant Design Renderer Set for JSON Forms

7 lines (6 loc) 245 B
import { CellProps, WithClassname } from '@jsonforms/core'; declare type AntdInputDateProps = { format?: string; }; export declare const AntdInputDate: (props: CellProps & WithClassname & AntdInputDateProps) => JSX.Element; export {};