UNPKG

@masaischool/lotus

Version:

Masai UI component library designed to work seamlessly with Chakra UI

9 lines (8 loc) 274 B
export declare enum MediaQueryEnums { isMobile = "(max-width: 30em)", isMedium = "(max-width: 48em)", isLarge = "(max-width: 62em)", isXLarge = "(max-width: 80em)", is2XLarge = "(max-width: 96em)", isLargerThan2XLarge = "(min-width: 96em)" }