UNPKG

@ni/nimble-react

Version:

React components for the NI Nimble Design System

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