UNPKG

@schema-render/form-render-react

Version:

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

5 lines (4 loc) 181 B
import type { IOpenItemLayoutParams } from '@schema-render/core-react'; import type { FC } from 'react'; declare const Vertical: FC<IOpenItemLayoutParams>; export default Vertical;