Skip to content

Commit

Permalink
api
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanboXue-Amber committed Sep 22, 2023
1 parent 1629d19 commit 661ba1b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export type InteractionTagSlots = {
// @public
export type InteractionTagState<Value = TagValue> = ComponentState<InteractionTagSlots> & Required<Pick<InteractionTagProps, 'appearance' | 'disabled' | 'shape' | 'size' | 'value'>> & {
handleTagDismiss: TagDismissHandler<Value>;
interactionTagPrimaryId: string;
};

// @public
Expand Down

0 comments on commit 661ba1b

Please sign in to comment.