UNPKG

@atlaskit/atlassian-navigation

Version:

A horizontal navigation component for Atlassian apps.

8 lines (7 loc) 199 B
import { type ReactNode } from 'react'; export type OverflowProviderProps = { children: ReactNode; isVisible: boolean; openOverflowMenu: () => void; closeOverflowMenu: () => void; };