export type Breakpoint = 'xxxl' | 'xxl' | 'xl' | 'lg' | 'md' | 'sm' | 'xs'; export type BreakpointMap = Partial>; export type ScreenMap = Partial>; export type SubscribeFunc = (screens: ScreenMap, breakpointChecked?: Breakpoint) => void; //# sourceMappingURL=responsiveObserve.type.d.ts.map