UNPKG

@schema-render/form-render-react

Version:

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

7 lines (6 loc) 267 B
/// <reference types="react" /> import type { IOpenComponentParams } from '@schema-render/core-react'; declare const _default: { component: import("react").FC<IOpenComponentParams<number, import("@schema-render/core-react").ISchema>>; }; export default _default;