UNPKG

native-fn

Version:
12 lines (11 loc) 450 B
import { ListenerEntry } from "../../../types/listener-entry"; export declare enum Appearances { Unknown = "unknown", Light = "light", Dark = "dark" } export declare const MEDIA_QUERY_LIST: MediaQueryList; export declare const SUPPORT_PREFERS_COLOR_SCHEME: boolean; export declare const CONTEXT: CanvasRenderingContext2D | null; export declare const SVG_PIXEL_DATA_URL: string; export declare const ENTRIES: ListenerEntry<Appearances>[];