UNPKG

@ni/nimble-react

Version:

React components for the NI Nimble Design System

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