UNPKG

@ni/nimble-react

Version:

React components for the NI Nimble Design System

10 lines 287 B
import { Combobox } from '@ni/nimble-components/dist/esm/combobox'; import { wrap } from '../utilities/react-wrapper'; export {}; export const NimbleCombobox = wrap(Combobox, { events: { onChange: 'change', onInput: 'input' } }); //# sourceMappingURL=index.js.map