Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TypeCustomSelectProps

Properties for the Custom Select component

Hierarchy

  • TypeCustomSelectProps

Index

Properties

className?: string
helperText?: string
id: string
label: string
multiple?: boolean
selectItems: Record<string, TypeSelectItems>[] | Record<string, TypeItemProps>[]
style?: CSSProperties

Methods

  • callBack<T>(params: T): void

Generated using TypeDoc