UNPKG

card-factory

Version:

A comprehensive library for card manipulation

8 lines 402 B
import { TableSettings } from "@/types/table.types"; export declare const greenFelt: TableSettings; export declare const redFelt: TableSettings; export declare const brickWall: TableSettings; export declare const redOak: TableSettings; export declare const tanTiles: TableSettings; export declare function setTheme(theme: TableSettings, element: HTMLElement): void; //# sourceMappingURL=themes.d.ts.map