@angular-package/spectre.css
Version:
Modified Spectre.css - a lightweight, responsive, and modern CSS framework originally designed by Yan Zhu
2 lines (1 loc) • 305 B
TypeScript
export declare type AffixedName<Prefix extends string | undefined = undefined, N extends string = string, Suffix extends string | undefined = undefined, Separator extends string = `-`> = `${Prefix extends string ? `${Prefix}${Separator}` : ''}${N}${Suffix extends string ? `${Separator}${Suffix}` : ''}`;