UNPKG

576 BTypeScriptView Raw
1import * as React from 'react';
2export interface OverflowMenuGroupProps extends React.HTMLProps<HTMLDivElement> {
3 /** Any elements that can be rendered in the menu */
4 children?: any;
5 /** Additional classes added to the OverflowMenuGroup */
6 className?: string;
7 /** Modifies the overflow menu group visibility */
8 isPersistent?: boolean;
9 /** Indicates a button or icon group */
10 groupType?: 'button' | 'icon';
11}
12export declare const OverflowMenuGroup: React.FunctionComponent<OverflowMenuGroupProps>;
13//# sourceMappingURL=OverflowMenuGroup.d.ts.map
\No newline at end of file