feat(InputMenu): new component (#86)

This commit is contained in:
Benjamin Canac
2024-05-06 18:59:49 +02:00
committed by GitHub
parent f409395297
commit 99f20a4154
59 changed files with 3345 additions and 1265 deletions

6
playground/types/index.d.ts vendored Normal file
View File

@@ -0,0 +1,6 @@
export interface User {
id: number
name: string
email: string
phone: string
}