UNPKG

@ni/nimble-react

Version:

React components for the NI Nimble Design System

11 lines 355 B
import { Select } from '@ni/nimble-components/dist/esm/select'; import {} from '@ni/nimble-components/dist/esm/select/types'; import { wrap } from '../utilities/react-wrapper'; export {}; export const NimbleSelect = wrap(Select, { events: { onChange: 'change', onFilterInput: 'filter-input', } }); //# sourceMappingURL=index.js.map