feat: add Button component to shared/ui

This commit is contained in:
Ilia Mashkov
2026-04-19 08:19:23 +03:00
parent 169988906c
commit 11e7aa9a96
3 changed files with 117 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
export { Button } from './ui/Button'
export type { ButtonVariant, ButtonSize } from './ui/Button'