UNPKG

@ni/nimble-react

Version:

React components for the NI Nimble Design System

11 lines 343 B
import { NumberField, numberFieldTag } from '@ni/nimble-components/dist/esm/number-field'; import { wrap } from '../utilities/react-wrapper'; export { numberFieldTag }; export {}; export const NimbleNumberField = wrap(NumberField, { events: { onChange: 'change', onInput: 'input' } }); //# sourceMappingURL=index.js.map