Viewing File: /home/ubuntu/misabloom-frontend-base/node_modules/react-bootstrap/cjs/NavbarToggle.d.ts

import * as React from 'react';
import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
export interface NavbarToggleProps extends BsPrefixProps, React.HTMLAttributes<HTMLElement> {
    label?: string;
}
declare const NavbarToggle: BsPrefixRefForwardingComponent<'button', NavbarToggleProps>;
export default NavbarToggle;
Back to Directory File Manager