UNPKG

@schema-render/form-render-react

Version:

Out-of-the-box form rendering library based on Core and Antd.

10 lines (9 loc) 308 B
import type { IOpenComponentParams } from '@schema-render/core-react'; import React from 'react'; type IValue = Array<string | number | boolean>; type IProps = React.FC<IOpenComponentParams<IValue>>; declare const _default: { component: IProps; readonlyComponent: IProps; }; export default _default;