UNPKG

@ni/nimble-react

Version:

React components for the NI Nimble Design System

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