UNPKG

@marcosnbj/excalidraw

Version:
7 lines (6 loc) 172 B
import OpenColor from "open-color"; import "./Card.scss"; export declare const Card: React.FC<{ color: keyof OpenColor | "primary"; children?: React.ReactNode; }>;