DynamicShortcutMatchertype DynamicShortcutMatcher<Theme extends {} = {}> = ((match: RegExpMatchArray, context: Readonly<RuleContext<Theme>>) => (string | string[] | undefined));§Type Parameters§Theme extends {} = {}[src]§Type§((match: RegExpMatchArray, context: Readonly<RuleContext<Theme>>) => (string | string[] | undefined))[src]