import { type PluginOptions } from "https://deno.land/x/aleph@1.0.0-alpha.71/lib/@unocss/core.ts";
For other modules to aggregate the options
Properties
optional
include: FilterPatternPatterns that filter the files being extracted.
optional
exclude: FilterPatternPatterns that filter the files NOT being extracted.
optional
transformers: SourceCodeTransformer[]Custom transformers to the source code
Currently only supported in Vite