UNPKG

@ni/nimble-react

Version:

React components for the NI Nimble Design System

6 lines 253 B
import { AnchorTab, anchorTabTag } from '@ni/nimble-components/dist/esm/anchor-tab'; import { wrap } from '../utilities/react-wrapper'; export { anchorTabTag }; export {}; export const NimbleAnchorTab = wrap(AnchorTab); //# sourceMappingURL=index.js.map