Searched defs:modifierWithKey (Results 1 – 4 of 4) sorted by relevance
205 export function modifierWithKey<T, M extends ModifierWithKey<T>>( method in BaseModifier
300 export function modifierWithKey<T, M extends ModifierWithKey<T>>( method in BaseModifier
4004 function modifierWithKey<T extends number | string | boolean | object, M extends ModifierWithKey<T>… function
3673 function modifierWithKey(modifiers, identity, modifierClass, value) { function