Type Alias DynamicValue<T>

DynamicValue<T>: T | ((modifiers: KeyboardModifiers) => T)

Type Parameters

  • T