UNPKG

@ni/nimble-react

Version:

React components for the NI Nimble Design System

9 lines 254 B
import { Switch } from '@ni/nimble-components/dist/esm/switch'; import { wrap } from '../utilities/react-wrapper'; export {}; export const NimbleSwitch = wrap(Switch, { events: { onChange: 'change', } }); //# sourceMappingURL=index.js.map