UNPKG

native-fn

Version:
17 lines (16 loc) 660 B
import { ListenerEntry } from "../types/theme"; export declare enum Appearances { Unknown = "unknown", Light = "light", Dark = "dark" } export declare const CHROME_VERSION: number; export declare const MEDIA_QUERY_LIST: MediaQueryList; export declare const SUPPORT_PREFERS_COLOR_SCHEME: boolean; export declare const IS_FULL_SUPPORT_THEME_COLOR: boolean; export declare const CONTEXT: CanvasRenderingContext2D | null; export declare const SVG_PIXEL_DATA_URL: string; export declare const IS_SAMSUNG: boolean; export declare const IS_IE_MOBILE: boolean; export declare const IS_WINDOWS_PHONE: boolean; export declare const ENTRIES: ListenerEntry[];