UNPKG

theme-o-rama

Version:

A TypeScript library for dynamic theme management in react + shadcn + tailwind applications

4 lines 234 B
import { Theme } from "./theme.type.js"; export declare function applyTheme(theme: Theme, root: HTMLElement): void; export declare function applyThemeIsolated(theme: Theme, root: HTMLElement): void; //# sourceMappingURL=theme.d.ts.map