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
/
client
/
index.js
5 lines
(4 loc)
•
144 B
JavaScript
View Raw
1
2
3
4
5
export
*
from
"./use-themes"
;
export
*
from
"./theme-provider"
;
export
*
from
"./get-available-themes-client"
;
export
*
from
"./branding-page"
;