UNPKG

342 BTypeScriptView Raw
1import { BsPrefixPropsWithChildren, BsPrefixRefForwardingComponent } from './helpers';
2export interface ButtonToolbarProps extends BsPrefixPropsWithChildren {
3 role?: string;
4}
5declare type ButtonToolbar = BsPrefixRefForwardingComponent<'div', ButtonToolbarProps>;
6declare const ButtonToolbar: ButtonToolbar;
7export default ButtonToolbar;