rsuite
Version:
A suite of react components
8 lines (7 loc) • 306 B
TypeScript
import Navbar from './Navbar';
export type { NavbarProps } from './Navbar';
export type { NavbarBodyProps } from './NavbarBody';
export type { NavbarHeaderProps } from './NavbarHeader';
export type { NavbarBrandProps } from './NavbarBrand';
export { NavbarContext } from './Navbar';
export default Navbar;