refactor(deps): migrate to nuxt v4
This commit is contained in:
6
app/components/uni/Select/index.d.ts
vendored
Normal file
6
app/components/uni/Select/index.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
type SelectItem = {
|
||||
label: string
|
||||
value: string
|
||||
icon?: string
|
||||
disabled?: boolean
|
||||
}
|
||||
Reference in New Issue
Block a user