maia.component-library / Select
Type Alias: Select<T>
Select<
T> =object
Defined in: lib/components/Molecules/Select/index.ts:10
Type Parameters
T
T extends object = object
Properties
IndicatorProps
IndicatorProps:
ComponentProps<typeofSelectIndicator>
Defined in: lib/components/Molecules/Select/index.ts:23
PopoverProps
PopoverProps:
ComponentProps<typeofSelectPopover>
Defined in: lib/components/Molecules/Select/index.ts:24
Props
Props:
ComponentProps<typeofSelectRoot>
Defined in: lib/components/Molecules/Select/index.ts:19
RootProps
RootProps:
ComponentProps<typeofSelectRoot>
Defined in: lib/components/Molecules/Select/index.ts:20
TriggerProps
TriggerProps:
ComponentProps<typeofSelectTrigger>
Defined in: lib/components/Molecules/Select/index.ts:21
ValueProps
ValueProps:
ComponentProps<typeofSelectValue>
Defined in: lib/components/Molecules/Select/index.ts:22