rsuite
Version:
A suite of react components
10 lines (9 loc) • 416 B
TypeScript
import { ComponentProps } from '../internals/utils';
export type SidenavFooterProps = ComponentProps;
/**
* The `Sidenav.Footer` component for use with the `Sidenav` component.
*
* @see https://rsuitejs.com/components/sidenav
*/
declare const SidenavFooter: import("../internals/types").InternalRefForwardingComponent<"div", Partial<ComponentProps>, never> & Record<string, never>;
export default SidenavFooter;