native-fn
Version:
15 lines (14 loc) • 572 B
TypeScript
import type { ListenerEntry } from "../types";
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 IS_FULL_SUPPORT_THEME_COLOR: boolean;
export declare const CONTEXT: CanvasRenderingContext2D | null;
export declare const SVG_PIXEL_DATA_URL: string;
export declare const IS_IE_MOBILE: boolean;
export declare const IS_WINDOWS_PHONE: boolean;
export declare const ENTRIES: ListenerEntry[];