UNPKG

@ogasphere/theme-manager

Version:

A reusable theme management package for Next.js and Vite applications

3 lines 221 B
export declare function applyTheme(element: HTMLElement, themeId: string, prefix?: string): void; export declare function removeTheme(element: HTMLElement, prefix?: string): void; //# sourceMappingURL=apply-theme.d.ts.map