extract ui to lib

This commit is contained in:
2026-02-22 20:35:27 +01:00
parent 23423784df
commit ac60855ae5
24 changed files with 4913 additions and 0 deletions

1
src/components/types.ts Normal file
View File

@@ -0,0 +1 @@
export type ComponentSize = 'sm' | 'md' | 'lg' | 'full';