update(dist): Remove rollup and use vite to build lib
* Remove custom tsconfig paths to avoid resolving issues on published package
This commit is contained in:
+4
-1
@@ -1,5 +1,8 @@
|
||||
import { EventHook } from '@vueuse/core'
|
||||
import { Connection, Edge, Elements, FlowTransform, Node, OnConnectStartParams, FlowInstance } from '../types'
|
||||
import { Elements, FlowTransform, FlowInstance } from './types'
|
||||
import { Edge } from './edge'
|
||||
import { Node } from './node'
|
||||
import { Connection, OnConnectStartParams } from './connection'
|
||||
|
||||
export type FlowHook<T = any> = EventHook<T>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user