import { UnoGenerator } from "https://deno.land/x/netzo@0.4.72/deps/@unocss/core.ts";
Methods
applyExtractors(): Promise<Set<string>>
code: string,
id?: string,
extracted?: Set<string>,
applyExtractors(): Promise<CountableSet<string>>
code: string,
id?: string,
extracted?: CountableSet<string>,
constructCustomCSS(): string
expandShortcut(): Promise<[ShortcutValue[], RuleMeta | undefined] | undefined>
generate(input: , options?: GenerateOptions<false>): Promise<GenerateResult<Set<string>>>
| string
| Set<string>
| CountableSet<string>
| string[]
isBlocked(raw: string): boolean
makeContext(raw: string, applied: VariantMatchedResult<Theme>): RuleContext<Theme>
matchVariants(raw: string, current?: string): Promise<VariantMatchedResult<Theme>>
parseToken(raw: string, alias?: string): Promise<StringifiedUtil<Theme>[] | undefined | null>
stringifyShortcuts(): Promise<StringifiedUtil<Theme>[] | undefined>
parent: VariantMatchedResult<Theme>,
context: RuleContext<Theme>,
expanded: ShortcutValue[],
meta?: RuleMeta,
stringifyUtil(parsed?: ParsedUtil | RawUtil, context?: RuleContext<Theme>): StringifiedUtil<Theme> | undefined