match
function match<Theme extends BaseTheme = BaseTheme>(
pattern: MaybeArray<string | RegExp>,
resolve: keyof CSSProperties,
convert?: MatchConverter<Theme>,
): Rule<Theme>;§
match<Theme extends BaseTheme = BaseTheme>(pattern: MaybeArray<string | RegExp>, resolve: keyof CSSProperties, convert?: MatchConverter<Theme>): Rule<Theme>
[src]§Parameters
§
pattern: MaybeArray<string | RegExp>
[src]§
resolve: keyof CSSProperties
[src]§
convert?: MatchConverter<Theme> optional
[src]