@carbon/ibm-products
Version:
Carbon for IBM Products
10 lines • 485 B
TypeScript
/**
* Combining a standard button with an overflow menu, this component appears
* as a button and has all the usual carbon Button props and rendering, but
* acts as an overflow menu when clicked. The ButtonMenu component can contain
* zero to many ButtonMenuItem, which is identical to the carbon
* OverflowMenuItem component.
*/
export let ButtonMenu: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
import React from 'react';
//# sourceMappingURL=ButtonMenu.d.ts.map