UNPKG

@reactjsonforms/antd-renderers

Version:

Ant Design Renderer Set for JSON Forms

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