diff --git a/packages/@react-aria/tag/src/useTagGroup.ts b/packages/@react-aria/tag/src/useTagGroup.ts index 11b32c9508a..2023d11f2bb 100644 --- a/packages/@react-aria/tag/src/useTagGroup.ts +++ b/packages/@react-aria/tag/src/useTagGroup.ts @@ -31,7 +31,7 @@ export interface TagGroupAria { errorMessageProps: DOMAttributes } -export interface AriaTagGroupProps extends CollectionBase, MultipleSelection, Pick, 'escapeKeyBehavior'>, DOMProps, LabelableProps, AriaLabelingProps, Omit { +export interface AriaTagGroupProps extends CollectionBase, MultipleSelection, Pick, 'escapeKeyBehavior' | 'onAction'>, DOMProps, LabelableProps, AriaLabelingProps, Omit { /** How multiple selection should behave in the collection. */ selectionBehavior?: SelectionBehavior, /** Whether selection should occur on press up instead of press down. */