import { IBreakpointMap } from './IBreakpointMap'; export interface IRowState { screens: IBreakpointMap; }