UNPKG

styled-components

Version:

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

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