Skip to content

Commit 96e082b

Browse files
committed
fixup! feat(chip): remove beta tag of the type prop
1 parent d2b9dc5 commit 96e082b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/lime-elements.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export interface Chip<T = any> {
9191
value?: T;
9292
}
9393

94-
// @beta
94+
// @public
9595
export type ChipType = 'default' | 'filter';
9696

9797
// @public (undocumented)

0 commit comments

Comments
 (0)