rsuite
Version:
A suite of react components
10 lines (9 loc) • 362 B
TypeScript
import { ComponentProps } from '../internals/utils';
export type SidenavBodyProps = ComponentProps;
/**
* The `Sidenav.Body` component for use with the `Sidenav` component.
*
* @see https://rsuitejs.com/components/sidenav
*/
declare const SidenavBody: import("../internals/types").RsRefForwardingComponent<"div", ComponentProps>;
export default SidenavBody;