eip-components-web
Version:
EIP components
10 lines • 730 B
TypeScript
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