UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

3 lines (2 loc) 152 B
import type { FormItemProps } from '../FormItem'; export default function useChildren(children?: FormItemProps['children']): FormItemProps['children'];