Interface MediaQueryMatchers

Hierarchy

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