react-bootstrap
Version:
Bootstrap 4 components built with React
8 lines (7 loc) • 342 B
TypeScript
import { BsPrefixPropsWithChildren, BsPrefixRefForwardingComponent } from './helpers';
export interface ButtonToolbarProps extends BsPrefixPropsWithChildren {
role?: string;
}
declare type ButtonToolbar = BsPrefixRefForwardingComponent<'div', ButtonToolbarProps>;
declare const ButtonToolbar: ButtonToolbar;
export default ButtonToolbar;