UNPKG

@withjoy/joykit

Version:

UI Component Library for Joy web

7 lines (6 loc) 404 B
import { ColumnGap, Screen } from '../types'; import { Interpolation } from 'styled-components'; export declare namespace mixins { const getGapFactor: (columnGap: ColumnGap) => number; const generateMediaQueryForScreen: (screen: Screen, gapFactor: number, rules: Interpolation<any>) => import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>> | null; }