All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.reactresponsive.MediaQueryTypes.kt Maven / Gradle / Ivy

package reactresponsive

import react.*

typealias MediaQueryChildrenFn = (matches: Boolean) -> ReactElement

typealias MediaQueryType = String /* keyof MediaQueryTypes */

typealias MediaQueryMatcherOrientation = String /* "portrait" | "landscape" */
typealias MediaQueryMatcherScan = String /* "progressive" | "interlace" */




© 2015 - 2024 Weber Informatics LLC | Privacy Policy