IOweb/node_modules/@iconify/tools/lib/css/parser/export.d.ts
2026-07-03 15:07:38 -05:00

8 lines
176 B
TypeScript

import { CSSTreeToken } from './types.js';
/**
* Convert tokens tree to string
*/
declare function tokensToString(tree: CSSTreeToken[]): string;
export { tokensToString };