@carbon/ibm-products
Version:
Carbon for IBM Products
23 lines (22 loc) • 710 B
TypeScript
export function ButtonSetWithOverflow({ buttons, className, onWidthChange, buttonSetOverflowLabel, menuOptionsClass, rightAlign, }: {
buttons: any;
className: any;
onWidthChange: any;
buttonSetOverflowLabel: any;
menuOptionsClass: any;
rightAlign: any;
}): React.JSX.Element;
export namespace ButtonSetWithOverflow {
export namespace propTypes {
let buttonSetOverflowLabel: any;
let buttons: any;
let className: any;
let menuOptionsClass: any;
let onWidthChange: any;
let rightAlign: any;
}
export { componentName as displayName };
}
import React from 'react';
declare const componentName: "ButtonSetWithOverflow";
export {};