TreeSelectOption: {
    children?: TreeSelectOption[];
    label?: string;
    value?: string;
} & {
    [key: string]: any;
}

Type declaration

  • Optional children?: TreeSelectOption[]
  • Optional label?: string
  • Optional value?: string

Type declaration

  • [key: string]: any

Generated using TypeDoc