Skip to main content
Module

x/aleph/lib/@unocss/core.ts>DynamicShortcutMatcher

The Full-stack Framework in Deno.
Go to Latest
type alias DynamicShortcutMatcher
import { type DynamicShortcutMatcher } from "https://deno.land/x/aleph@1.0.0-alpha.75/lib/@unocss/core.ts";

Type Parameters

optional
Theme extends { } = { }
definition: ((match: RegExpMatchArray, context: Readonly<RuleContext<Theme>>) => (string | string[] | undefined))