UNPKG

@excalidraw/excalidraw

Version:
7 lines (6 loc) 160 B
/// <reference types="react" /> import OpenColor from "open-color"; import "./Card.scss"; export declare const Card: React.FC<{ color: keyof OpenColor; }>;