UNPKG

styled-components

Version:

Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress

6 lines (5 loc) 224 B
/** * Convenience function for joining strings to form className chains */ export declare function joinStrings(a?: string, b?: string): string; export declare function joinStringArray(arr: string[], sep?: string): string;