UNPKG

@ni/nimble-react

Version:

React components for the NI Nimble Design System

6 lines 216 B
import { Tab, tabTag } from '@ni/nimble-components/dist/esm/tab'; import { wrap } from '../utilities/react-wrapper'; export { tabTag }; export {}; export const NimbleTab = wrap(Tab); //# sourceMappingURL=index.js.map