UNPKG

@cristianuser/antd-renderers

Version:

Ant Design Renderer Set for JSON Forms

4 lines (3 loc) 201 B
import React from 'react'; import { CellProps, WithClassname } from '@jsonforms/core'; export declare const AntdToggle: React.MemoExoticComponent<(props: CellProps & WithClassname) => JSX.Element>;