import { CommonProps, Refable, type Styleable } from "@trackunit/react-components"; import { ReactElement, ReactNode } from "react"; export interface FormGroupProps extends CommonProps, Refable, Styleable { /** * The label for the form group. */ label?: string | ReactNode; /** * Content to display in the tooltip when hovering the ? icon next to the label. */ tip?: string | ReactNode; /** * The `id` of the input element this form group labels. Used to associate the `