UNPKG
@ogasphere/theme-manager
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.0
A reusable theme management package for Next.js and Vite applications
@ogasphere/theme-manager
/
dist
/
utils
/
apply-theme.d.ts
3 lines
•
221 B
TypeScript
View Raw
1
2
3
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