UNPKG

312 BTypeScriptView Raw
1import * as React from 'react';
2import { OffcanvasProps } from './Offcanvas';
3export type NavbarOffcanvasProps = Omit<OffcanvasProps, 'show'>;
4declare const NavbarOffcanvas: React.ForwardRefExoticComponent<Omit<NavbarOffcanvasProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
5export default NavbarOffcanvas;