UNPKG

@tonyfreed/card-core

Version:

Core components and types for Ildex card system

7 lines 215 B
/** * Default Theme Configuration * Simple theme definitions for the card system */ import type { ThemeConfig } from './types'; export declare const defaultTheme: ThemeConfig; //# sourceMappingURL=themes.d.ts.map