astro-ghostcms/.pnpm-store/v3/files/9b/5d6ad7dcea1e2e839995b33a482...

3 lines
165 B
Plaintext

import type { CSSTokenizeOption } from "./tokenizer";
export declare function iterateCSSVars(code: string, cssOptions: CSSTokenizeOption): IterableIterator<string>;