UNPKG

@rfkit/theme

Version:

A flexible light/dark theme switching library supporting custom theme configuration, dynamic switching, and responsive design

5 lines 242 B
import { type SizeConfigs, SizeType } from './types'; export declare const DEFAULT_SIZE_CONFIGS: SizeConfigs; export declare const SIZE_KEY = "size"; export declare const DEFAULT_SIZE = SizeType.Middle; //# sourceMappingURL=constants.d.ts.map