Packages
@twind/core › MatchConverter
@twind/core.MatchConverter
Ƭ MatchConverter<Theme, Match>: (match: Match, context: Context<Theme>) => string
Type parameters
| Name | Type |
|---|---|
Theme | extends BaseTheme = BaseTheme |
Match | extends MatchResult = MatchResult |
Type declaration
▸ (match, context): string
Parameters
| Name | Type |
|---|---|
match | Match |
context | Context<Theme> |
Returns
string