KeyHandlers: IsCustomKeyHandlersAugmented extends true
    ? CustomKeyHandlers
    : DefaultKeyHandlers

Application Key Handlers that are overridable by Components

If CustomKeyHandlers is augmented, this type is CustomKeyHandlers. If it is not augmented, it is DefaultKeyHandlers.