diff --git a/packages/react-components/react-tags-preview/etc/react-tags-preview.api.md b/packages/react-components/react-tags-preview/etc/react-tags-preview.api.md index 53cda3b5974f1..382d027edf547 100644 --- a/packages/react-components/react-tags-preview/etc/react-tags-preview.api.md +++ b/packages/react-components/react-tags-preview/etc/react-tags-preview.api.md @@ -81,6 +81,7 @@ export type InteractionTagSlots = { // @public export type InteractionTagState = ComponentState & Required> & { handleTagDismiss: TagDismissHandler; + interactionTagPrimaryId: string; }; // @public