UNPKG

@ogasphere/theme-manager

Version:

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

4 lines 271 B
import type { Theme, ThemeParserOptions } from "./theme-types"; export declare function formatThemeLabel(id: string): string; export declare function parseThemesFromCSS(cssContent: string, options?: ThemeParserOptions): Theme[]; //# sourceMappingURL=theme-parser.d.ts.map