UNPKG

bits-ui

Version:

The headless components for Svelte.

8 lines (7 loc) 228 B
/** * 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;