Skip to content

Commit

Permalink
fix: export Combobox types (#329)
Browse files Browse the repository at this point in the history
Co-authored-by: Hunter Johnston <64506580+huntabyte@users.noreply.github.com>
  • Loading branch information
Kalos-S and huntabyte authored Feb 12, 2024
1 parent 44cbc5c commit d639fad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/seven-jobs-refuse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"bits-ui": patch
---

Export Combobox types
1 change: 1 addition & 0 deletions src/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export type * from "$lib/bits/button/_export.types.js";
export type * from "$lib/bits/calendar/_export.types.js";
export type * from "$lib/bits/checkbox/_export.types.js";
export type * from "$lib/bits/collapsible/_export.types.js";
export type * from "$lib/bits/combobox/_export.types.js";
export type * from "$lib/bits/context-menu/_export.types.js";
export type * from "$lib/bits/date-field/_export.types.js";
export type * from "$lib/bits/date-picker/_export.types.js";
Expand Down

0 comments on commit d639fad

Please sign in to comment.