Interface MediaQueryMatchers

interface MediaQueryMatchers {
    aspectRatio?: string;
    color?: boolean;
    colorIndex?: boolean;
    deviceAspectRatio?: string;
    deviceHeight?: string | number;
    deviceWidth?: string | number;
    height?: string | number;
    monochrome?: boolean;
    orientation?: "landscape" | "portrait";
    resolution?: string | number;
    scan?: "progressive" | "interlace";
    type?: keyof MediaQueryTypes;
    width?: string | number;
}

Hierarchy (view full)

Properties

aspectRatio?: string
color?: boolean
colorIndex?: boolean
deviceAspectRatio?: string
deviceHeight?: string | number
deviceWidth?: string | number
height?: string | number
monochrome?: boolean
orientation?: "landscape" | "portrait"
resolution?: string | number
scan?: "progressive" | "interlace"
type?: keyof MediaQueryTypes
width?: string | number

Generated using TypeDoc