feat(docs): Initial commit for docs in nuxt 3
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ export interface Node<T = any> {
|
||||
| any
|
||||
data?: T
|
||||
style?: any
|
||||
className?: string
|
||||
class?: string
|
||||
targetPosition?: Position
|
||||
sourcePosition?: Position
|
||||
isHidden?: boolean
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// @ts-nocheck
|
||||
import { CSSProperties, HTMLAttributes } from 'vue'
|
||||
import { Edge, EdgeType } from './edge'
|
||||
import { Node, NodeExtent, NodeType, TranslateExtent } from './node'
|
||||
|
||||
Reference in New Issue
Block a user