Files
Camilou.fr/VUEJS/myapp/node_modules/@unocss/extractor-arbitrary-variants/dist/index.d.mts
T
2026-05-29 21:38:59 +02:00

9 lines
418 B
TypeScript

import { Extractor } from "@unocss/core";
//#region src/index.d.ts
declare const quotedArbitraryValuesRE: RegExp;
declare const arbitraryPropertyRE: RegExp;
declare function splitCodeWithArbitraryVariants(code: string): string[];
declare function extractorArbitraryVariants(): Extractor;
//#endregion
export { arbitraryPropertyRE, extractorArbitraryVariants, quotedArbitraryValuesRE, splitCodeWithArbitraryVariants };