import { type PluginOptions } from "https://deno.land/x/netzo@0.4.78/deps/@unocss/core.ts";
For other modules to aggregate the options
Properties
optional
transformers: SourceCodeTransformer[]Custom transformers to the source code
optional
content: ContentOptionsOptions for sources to be extracted as utilities usages
Supported sources:
filesystem
- extract from file systemplain
- extract from plain inline textpipeline
- extract from build tools' transformation pipeline, such as Vite and Webpack
The usage extracted from each source will be merged together.
optional
deprecated
extraContent: ContentOptionsoptional
deprecated
include: FilterPatternPatterns that filter the files being extracted.
optional
deprecated
exclude: FilterPatternPatterns that filter the files NOT being extracted.