This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* https://github.com/mathiasbynens/CSS.escape
|
||||
*
|
||||
* @param value - The value to escape for use as a CSS identifier
|
||||
* @returns The escaped CSS identifier string
|
||||
*/
|
||||
export declare function cssEscape(value: string): string;
|
||||
Reference in New Issue
Block a user