UNPKG

neumorphic-peripheral

Version:

A lightweight, framework-agnostic JavaScript/TypeScript library for beautiful neumorphic styling

9 lines 542 B
import { NeumorphicTheme, ThemePreset } from '../types'; export declare const lightTheme: NeumorphicTheme; export declare const darkTheme: NeumorphicTheme; export declare const themes: Record<ThemePreset, NeumorphicTheme>; export declare function setTheme(theme: NeumorphicTheme | ThemePreset): void; export declare function getCurrentTheme(): NeumorphicTheme; export declare function createCustomTheme(overrides: Partial<NeumorphicTheme>): NeumorphicTheme; export declare function autoDetectTheme(): void; //# sourceMappingURL=index.d.ts.map