UNPKG

322 BTypeScriptView Raw
1import * as React from 'react';
2import { BsPrefixProps } from './helpers';
3export interface ButtonToolbarProps extends BsPrefixProps, React.HTMLAttributes<HTMLElement> {
4}
5declare const ButtonToolbar: React.ForwardRefExoticComponent<ButtonToolbarProps & React.RefAttributes<HTMLDivElement>>;
6export default ButtonToolbar;