UNPKG

@ni/nimble-react

Version:

React components for the NI Nimble Design System

6 lines 259 B
import { AnchorTabs, anchorTabsTag } from '@ni/nimble-components/dist/esm/anchor-tabs'; import { wrap } from '../utilities/react-wrapper'; export { anchorTabsTag }; export {}; export const NimbleAnchorTabs = wrap(AnchorTabs); //# sourceMappingURL=index.js.map