UNPKG

@ni/nimble-react

Version:

React components for the NI Nimble Design System

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