UNPKG

@mskcc/carbon-react

Version:

Carbon react components for the MSKCC DSM

12 lines (11 loc) 319 B
/** * MSKCC DSM 2019, 2024 */ /// <reference types="react" /> import { type OverflowMenuProps } from './OverflowMenu'; declare function OverflowMenu(props: any): JSX.Element; declare namespace OverflowMenu { var displayName: string; } export default OverflowMenu; export { OverflowMenu, type OverflowMenuProps };