From 19b8c55ba6f95c1af86963d49d67f63a8431775d Mon Sep 17 00:00:00 2001 From: "Richard P. Field III" Date: Sun, 2 Jun 2024 12:01:34 -0400 Subject: [PATCH] feat: Export the ChipList component --- src/lib/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/index.ts b/src/lib/index.ts index da44d29..36eca71 100644 --- a/src/lib/index.ts +++ b/src/lib/index.ts @@ -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';