@react-types/shared/collections: fix return types of KeyboardDelegate (#3139)
As noted in the doc comments, the return values for each of the methods in KeyboardDelegate can return null. This fixes the typings by adding null to the return types.
Co-authored-by: Robert Snow <rsnow@adobe.com>