UNPKG

@ogasphere/theme-manager

Version:

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

5 lines 242 B
import type { Theme, ThemeConfig } from "../core/theme-types"; export declare function getAvailableThemesClient(options?: ThemeConfig & { cssContent?: string; }): Promise<Theme[]>; //# sourceMappingURL=get-available-themes-client.d.ts.map