UNPKG

@angular-package/spectre.css

Version:

Modified Spectre.css - a lightweight, responsive, and modern CSS framework originally designed by Yan Zhu

2 lines (1 loc) 204 B
export declare type SuffixedName<N extends string = string, Suffix extends string | undefined = undefined, Separator extends string = `-`> = `${N}${Suffix extends string ? `${Separator}${Suffix}` : ''}`;