UNPKG

@ni/nimble-react

Version:

React components for the NI Nimble Design System

6 lines 240 B
import { Toolbar, toolbarTag } from '@ni/nimble-components/dist/esm/toolbar'; import { wrap } from '../utilities/react-wrapper'; export { toolbarTag }; export {}; export const NimbleToolbar = wrap(Toolbar); //# sourceMappingURL=index.js.map