UNPKG

@reactjsonforms/antd-renderers

Version:

Ant Design Renderer Set for JSON Forms

3 lines (2 loc) 154 B
import { CellProps, WithClassname } from '@reactjsonforms/core'; export declare const AntdInputTime: (props: CellProps & WithClassname) => JSX.Element;