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
/
core
/
index.d.ts
4 lines
•
133 B
TypeScript
View Raw
1
2
3
4
export
*
from
"./theme-types"
;
export
*
from
"./theme-parser"
;
export
*
from
"./theme-validator"
;
//# sourceMappingURL=index.d.ts.map