Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2 button #562

Merged
merged 9 commits into from
Feb 5, 2024
Prev Previous commit
chore: add theme to index export
wp-aberg committed Feb 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 236a7695fc43fb81fcb85123e251a3f5eacb096d
3 changes: 2 additions & 1 deletion packages/kit/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from "./button";
export * from "./visually-hidden";
export * from "./icon";
export * from "./theme";
export * from "./visually-hidden";