Files
ui/docs/types/index.d.ts
Benjamin Canac e92be71749 docs: new structure (#1282)
Co-authored-by: Sébastien Chopin <seb@nuxt.com>
2024-01-30 11:24:02 +01:00

13 lines
216 B
TypeScript

export interface HomeProBlock {
id?: string
to?: string
name?: string
description?: string
slot?: string
class: string
style?: any
inactive?: boolean
transparent?: boolean
children?: ProBlock[]
}