Skip to content

Commit

Permalink
fix: display Select API docs (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
wp-aberg authored May 17, 2024
1 parent 95e63cc commit c164aa1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/kit/src/select/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
export * from "./Select";
export * from "./SelectRoot";
export * from "./SelectTrigger";
export * from "./SelectLabel";
export * from "./SelectValue";
export * from "./SelectContent";
export * from "./SelectItem";
export * from "./SelectGroup";

0 comments on commit c164aa1

Please sign in to comment.