mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-01 23:59:29 +08:00
8 lines
No EOL
235 B
Text
8 lines
No EOL
235 B
Text
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 |