Skip to content

Commit

Permalink
feat(components): export KbdKey type (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
brankoconjic authored Dec 20, 2023
1 parent 053b8d8 commit b16d963
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/odd-oranges-walk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@lemonsqueezy/wedges": patch
---

Export KbdKey type
1 change: 1 addition & 0 deletions packages/wedges/src/components/Kbd/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export { default as Kbd } from "./Kbd";
export type { KbdElement, KbdProps } from "./Kbd";
export type { KbdKey } from "./types";

0 comments on commit b16d963

Please sign in to comment.