UNPKG

@cristianuser/antd-renderers

Version:

Ant Design Renderer Set for JSON Forms

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