UNPKG

@ni/nimble-react

Version:

React components for the NI Nimble Design System

6 lines 234 B
import { Button, buttonTag } from '@ni/nimble-components/dist/esm/button'; import { wrap } from '../utilities/react-wrapper'; export { buttonTag }; export {}; export const NimbleButton = wrap(Button); //# sourceMappingURL=index.js.map