UNPKG

341 BTypeScriptView Raw
1import * as React from 'react';
2import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
3export interface NavbarToggleProps extends BsPrefixProps, React.HTMLAttributes<HTMLElement> {
4 label?: string;
5}
6declare const NavbarToggle: BsPrefixRefForwardingComponent<'button', NavbarToggleProps>;
7export default NavbarToggle;