Searched defs:AttributeModifierWithKey (Results 1 – 2 of 2) sorted by relevance
36 declare type AttributeModifierWithKey = ModifierWithKey<number | string | boolean | object>; property in ArkLogConsole
32 type AttributeModifierWithKey = ModifierWithKey<number | string | boolean | object>; alias