UNPKG

@tonyfreed/card-core

Version:

Core components and types for Ildex card system

10 lines 308 B
/** * useThemeCSS Hook * Manages CSS custom properties based on theme changes */ import type { ThemeConfig } from '../types'; /** * Custom hook to update CSS custom properties when theme changes */ export declare const useThemeCSS: (theme: ThemeConfig) => void; //# sourceMappingURL=useThemeCSS.d.ts.map