UNPKG

eip-components-web

Version:
10 lines 730 B
export declare const styledResponsive: { mobile: (styles: string) => import("styled-components").FlattenSimpleInterpolation; tablet: (styles: string) => import("styled-components").FlattenSimpleInterpolation; desktop: (styles: string) => import("styled-components").FlattenSimpleInterpolation; between: (min: string, max: string) => (styles: string) => import("styled-components").FlattenSimpleInterpolation; above: (breakpoint: string) => (styles: string) => import("styled-components").FlattenSimpleInterpolation; below: (breakpoint: string) => (styles: string) => import("styled-components").FlattenSimpleInterpolation; }; export default styledResponsive; //# sourceMappingURL=styled-responsive.d.ts.map