UNPKG

@angular-package/spectre.css

Version:

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

8 lines (7 loc) 249 B
export declare abstract class Affix<Value extends string | undefined> extends String { #private; get get(): Value; get value(): Value; constructor(affix: string | undefined, pattern?: RegExp); getPattern(): RegExp | undefined; }