UNPKG

vinyl-component-blocks

Version:

Modular, Reusable, and Styled UI Component Library. Stop repeating work, install, call, use, modify.

9 lines 293 B
import React from "react"; export type CardProps = { backgroundColor?: string; children?: any; padding?: string; }; declare const _default: React.ForwardRefExoticComponent<CardProps & React.RefAttributes<HTMLDivElement>>; export default _default; //# sourceMappingURL=card.d.ts.map