UNPKG

@ni/nimble-react

Version:

React components for the NI Nimble Design System

6 lines 259 B
import { CardButton, cardButtonTag } from '@ni/nimble-components/dist/esm/card-button'; import { wrap } from '../utilities/react-wrapper'; export { cardButtonTag }; export {}; export const NimbleCardButton = wrap(CardButton); //# sourceMappingURL=index.js.map