diff options
Diffstat (limited to 'src/node.ts')
| -rw-r--r-- | src/node.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node.ts b/src/node.ts index 1f4d5eb..76ed42b 100644 --- a/src/node.ts +++ b/src/node.ts @@ -1,4 +1,5 @@ import { createContext, FunctionComponent } from 'preact'; +import type { Signal } from '@preact/signals'; import { InputSocket } from './dataflow.ts'; export type SocketHandler = (nodeId: number, socket: string, event: MouseEvent) => void; |
