@kiwicom/orbit-components
Version:
Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.
6 lines (5 loc) • 348 B
TypeScript
import type { FlattenSimpleInterpolation } from "styled-components";
import type { Devices } from "../../utils/mediaQuery/types";
import type getDisplay from "./getDisplay";
declare const getViewportHideStyles: (on: Devices[], resolveDisplayProp?: typeof getDisplay) => (false | FlattenSimpleInterpolation)[];
export default getViewportHideStyles;