Files
Speedtest-Tracker/conf/site/node_modules/react-bootstrap/cjs/ButtonToolbar.d.ts
2020-07-08 12:08:03 +01:00

8 lines
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;