UNPKG

rsuite

Version:

A suite of react components

11 lines 321 B
'use client'; import { createComponent } from "../internals/utils/index.js"; /** * The `Sidenav.GroupLabel` component for use with the `Sidenav` component. * * @see https://rsuitejs.com/components/sidenav */ const SidenavGroupLabel = createComponent({ name: 'SidenavGroupLabel' }); export default SidenavGroupLabel;