UNPKG

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