/** * 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>; import React from 'react'; //# sourceMappingURL=ButtonMenu.d.ts.map