UNPKG

theme-o-rama

Version:

A TypeScript library for dynamic theme management in react + shadcn + tailwind applications

3 lines 155 B
import { Theme } from "./theme.type.js"; export declare function validateTheme(data: unknown): Theme; //# sourceMappingURL=theme-schema-validation.d.ts.map