UNPKG

493 BTypeScriptView Raw
1import * as React from 'react';
2import { DropdownItemProps } from '../Dropdown';
3export interface OverflowMenuDropdownItemProps extends DropdownItemProps {
4 /** Indicates when a dropdown item shows and hides the corresponding list item */
5 isShared?: boolean;
6 /** Indicates the index of the list item */
7 index?: number;
8}
9export declare const OverflowMenuDropdownItem: React.FunctionComponent<OverflowMenuDropdownItemProps>;
10//# sourceMappingURL=OverflowMenuDropdownItem.d.ts.map
\No newline at end of file