astro-ghostcms/.pnpm-store/v3/files/94/5c02063b8f63104431c23c88660...

9 lines
416 B
Plaintext

import { Extractor } from '@unocss/core';
declare const quotedArbitraryValuesRE: RegExp;
declare const arbitraryPropertyRE: RegExp;
declare function splitCodeWithArbitraryVariants(code: string): string[];
declare const extractorArbitraryVariants: Extractor;
export { arbitraryPropertyRE, extractorArbitraryVariants as default, extractorArbitraryVariants, quotedArbitraryValuesRE, splitCodeWithArbitraryVariants };