the-forest/client/node_modules/css-what/lib/es/stringify.d.ts

8 lines
235 B
TypeScript
Raw Normal View History

2024-09-17 20:35:18 -04:00
import { Selector } from "./types";
/**
* Turns `selector` back into a string.
*
* @param selector Selector to stringify.
*/
export declare function stringify(selector: Selector[][]): string;
//# sourceMappingURL=stringify.d.ts.map