mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-28 19:00:35 +01:00
feat(InputMenu): new component (#86)
This commit is contained in:
6
playground/types/index.d.ts
vendored
Normal file
6
playground/types/index.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface User {
|
||||
id: number
|
||||
name: string
|
||||
email: string
|
||||
phone: string
|
||||
}
|
||||
Reference in New Issue
Block a user