UNPKG

@ni/nimble-react

Version:

React components for the NI Nimble Design System

5 lines (4 loc) 194 B
import { Card, cardTag } from '@ni/nimble-components/dist/esm/card'; export { cardTag }; export { type Card }; export declare const NimbleCard: import("@lit/react").ReactWebComponent<Card, {}>;