select
Documentation / lib/components/ui/select
Root​
const Root: Component<SelectRootPropsWithoutHTML, {
}, "value" | "open"> = SelectPrimitive.Root;
Defined in: apps/web/src/lib/components/ui/select/index.ts:11
Group​
const Group: Component<SelectGroupProps, {
}, "ref"> = SelectPrimitive.Group;
Defined in: apps/web/src/lib/components/ui/select/index.ts:12
Select​
Renames and re-exports Root
SelectGroup​
Renames and re-exports Group