UNPKG

styled-components

Version:

CSS for the <Component> Age. Style components your way with speed, strong typing, and flexibility.

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;