UNPKG

@humanmark/sdk-js

Version:

Browser-native JavaScript SDK for Humanmark human verification challenges

9 lines 343 B
import { HumanmarkConfig } from '../types/config'; export declare class ThemeManager { /** * Initialize theme by setting data-hm-theme attribute * CSS handles all theme logic including auto theme via media queries */ static initialize(theme?: HumanmarkConfig['theme']): void; } //# sourceMappingURL=ThemeManager.d.ts.map