Skip to content

Commit

Permalink
feat: Export the ChipList component
Browse files Browse the repository at this point in the history
  • Loading branch information
rpf3 committed Jun 2, 2024
1 parent ed48ac1 commit 19b8c55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ export { default as Table } from './table/Table.svelte';
export { default as Textbox } from './textbox/Textbox.svelte';
export { default as Datepicker } from './datepicker/Datepicker.svelte';
export { default as Combobox } from './combobox/Combobox.svelte';
export { default as ChipList } from './chiplist/ChipList.svelte';

0 comments on commit 19b8c55

Please sign in to comment.