useChildren.d.ts 152 B

12
  1. import type { FormItemProps } from '../FormItem';
  2. export default function useChildren(children?: FormItemProps['children']): FormItemProps['children'];