UNPKG

rsuite

Version:

A suite of react components

6 lines (5 loc) 243 B
import React from 'react'; import { DrawerProps } from '../Drawer'; export type NavbarDrawerProps = DrawerProps; declare const NavbarDrawer: React.ForwardRefExoticComponent<DrawerProps & React.RefAttributes<any>>; export default NavbarDrawer;