UNPKG

@veracity/vui

Version:

Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.

12 lines (11 loc) 411 B
import { VuiComponent } from "../core/vui.js"; import { CardProps } from "./card.types.js"; //#region src/card/card.d.ts /** * Displays static, partially interactive or fully interactive content, such as text, images or buttons. * Supports use cases like a single card or multiple tiles. */ declare const Card: VuiComponent<"div", CardProps>; //#endregion export { Card }; //# sourceMappingURL=card.d.ts.map