Skip to content

Commit

Permalink
feat(chip): add odsChipRemoval event
Browse files Browse the repository at this point in the history
  • Loading branch information
Leotheluck authored and dpellier committed Dec 8, 2023
1 parent 5c82f10 commit 7ac1257
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export type { OdsChipAttribute } from './interfaces/attributes';
export type { OdsChipEvent } from './interfaces/events';
export { ODS_CHIP_SIZE, ODS_CHIP_SIZES } from './constants/chip-size';
export { ODS_CHIP_VARIANT, ODS_CHIP_VARIANTS } from './constants/chip-variant';
export { OsdsChip } from './osds-chip';

0 comments on commit 7ac1257

Please sign in to comment.