UNPKG

@schema-render/form-render-react

Version:

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

6 lines (5 loc) 133 B
import type { FC, ReactNode } from 'react'; declare const Description: FC<{ children: ReactNode; }>; export default Description;