UNPKG

@ni/nimble-react

Version:

React components for the NI Nimble Design System

12 lines (11 loc) 453 B
import { Menu } from '@ni/nimble-components/dist/esm/menu'; import type { MenuItemChangeEvent } from '../menu-item'; export { type Menu }; export declare const NimbleMenu: import("@ni/fast-react-wrapper").ReactWrapper<Menu, { onChange: unknown; }>; /** * Bubbling event emitted by a menu item child when selected. * Easier to listen for the event on parent menu than on each menu item child. */ export type MenuChangeEvent = MenuItemChangeEvent;