fix ActionSelect stateless, add value prop

This commit is contained in:
Elijah Duffy
2025-07-07 15:49:00 -07:00
parent 2f2b4fcba2
commit 4b81388636
3 changed files with 41 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
// Reexport your entry components here
export { default as ActionSelect } from './ActionSelect.svelte';
export { default as ActionSelect, type ActionSelectOption } from './ActionSelect.svelte';
export { default as Button } from './Button.svelte';
export { default as CenterBox } from './CenterBox.svelte';
export { default as Checkbox, type CheckboxState } from './Checkbox.svelte';