UNPKG

@ni/nimble-react

Version:

React components for the NI Nimble Design System

6 lines 222 B
import { Card, cardTag } from '@ni/nimble-components/dist/esm/card'; import { wrap } from '../utilities/react-wrapper'; export { cardTag }; export {}; export const NimbleCard = wrap(Card); //# sourceMappingURL=index.js.map