card-factory
Version:
A comprehensive library for card manipulation
5 lines • 295 B
TypeScript
import Card from "./card";
import { CardElementType } from "../../types/card.types";
import "../../styles/card.css";
export declare const CardElement: <T extends Card>(thisCard?: T, _front?: HTMLDivElement, _back?: HTMLDivElement) => CardElementType<T>;
//# sourceMappingURL=cardElement.d.ts.map