Interface SelectOptionGroupProps

interface SelectOptionGroupProps {
    children?: ReactNode;
    disabled?: boolean;
    label: string;
}

Hierarchy

  • PropsWithChildren
    • SelectOptionGroupProps

Properties

children?: ReactNode
disabled?: boolean
label: string