UNPKG

@ogasphere/theme-manager

Version:

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

4 lines 282 B
import type { Theme } from "./theme-types"; export declare function validateThemeId(themeId: string, availableThemes: Theme[]): boolean; export declare function getThemeById(themeId: string, availableThemes: Theme[]): Theme | undefined; //# sourceMappingURL=theme-validator.d.ts.map