UNPKG

rsuite

Version:

A suite of react components

10 lines (9 loc) 432 B
import { ComponentProps } from '../internals/utils'; export type SidenavGroupLabelProps = ComponentProps; /** * The `Sidenav.GroupLabel` component for use with the `Sidenav` component. * * @see https://rsuitejs.com/components/sidenav */ declare const SidenavGroupLabel: import("../internals/types").InternalRefForwardingComponent<"div", Partial<ComponentProps>, never> & Record<string, never>; export default SidenavGroupLabel;