mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 02:10:40 +01:00
docs: migrate to nuxt compatibility 4
This commit is contained in:
12
docs/app/types/index.d.ts
vendored
Normal file
12
docs/app/types/index.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
export interface HomeProBlock {
|
||||
id?: string
|
||||
to?: string
|
||||
name?: string
|
||||
description?: string
|
||||
slot?: string
|
||||
class: string
|
||||
style?: any
|
||||
inactive?: boolean
|
||||
transparent?: boolean
|
||||
children?: ProBlock[]
|
||||
}
|
||||
Reference in New Issue
Block a user