Skip to content

maia.component-library / SwitchGroupRoot

Variable: SwitchGroupRoot

const SwitchGroupRoot: <E>({ children, className, orientation, ...props }) => JSX.Element

Defined in: node_modules/.pnpm/@heroui+react@3.2.1_@react-_0c36d9022f1aaf46c104e0a6d2192bf4/node_modules/@heroui/react/dist/components/switch-group/switch-group.d.ts:11

Type Parameters

E

E extends keyof React.JSX.IntrinsicElements = "div"

Parameters

{ children, className, orientation, ...props }

SwitchGroupRootProps<E> & Omit<React.JSX.IntrinsicElements[E], keyof SwitchGroupRootProps<E>>

Returns

JSX.Element