mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 08:20:39 +01:00
docs: new structure (#1282)
Co-authored-by: Sébastien Chopin <seb@nuxt.com>
This commit is contained in:
12
docs/types/index.d.ts
vendored
Normal file
12
docs/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