UNPKG

@cmtlyt/logger

Version:
10 lines (9 loc) 263 B
import type { Theme } from './types'; export declare const THEME_MAP: Record<string, Theme>; export declare const BASE_STYLE_MAP: { borderRadiusSize: string; paddingBlock: string; paddingInline: string; lineWidth: string; fontSize: string; };