UNPKG

@payfit/unity-components

Version:

11 lines (10 loc) 361 B
import { ActionBarButtonActionItem } from '../ActionBar.types.js'; interface ActionBarOverflowMenuProps { actions: ActionBarButtonActionItem[]; } /** * Mobile overflow menu for non-primary actions * @internal */ export declare const ActionBarOverflowMenu: ({ actions, }: ActionBarOverflowMenuProps) => import("react/jsx-runtime").JSX.Element; export {};