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
/
server
/
get-available-themes.d.ts
3 lines
•
189 B
TypeScript
View Raw
1
2
3
import
type
{
Theme
,
ThemeConfig
}
from
"../core/theme-types"
;
export
declare
function
getAvailableThemes
(
options
?:
ThemeConfig
):
Theme
[];
//# sourceMappingURL=get-available-themes.d.ts.map