UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

4 lines (3 loc) 174 B
import type { FormItemProps } from '../FormItem'; declare const useChildren: (children?: FormItemProps["children"]) => FormItemProps["children"]; export default useChildren;