UNPKG

@ogasphere/theme-manager

Version:

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

3 lines 189 B
import type { Theme, ThemeConfig } from "../core/theme-types"; export declare function getAvailableThemes(options?: ThemeConfig): Theme[]; //# sourceMappingURL=get-available-themes.d.ts.map