react-life-design
Version:
Life Design UI components
5 lines (4 loc) • 369 B
TypeScript
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;