UNPKG

react-life-design

Version:
5 lines (4 loc) 369 B
export declare const styledByMediaQuery: (style: string, breakpoint?: string) => string; export declare const hexToRgb: (hex: string) => (opacity?: string | number | undefined) => string | undefined; export declare const lighten: (color: string | undefined, amount: number) => string; export declare const darken: (color: string | undefined, amount: number) => string;