Files
frontend/node_modules/antd/es/form/hooks/useChildren.d.ts
2026-01-17 15:16:36 -05:00

3 lines
152 B
TypeScript

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