mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Made a few small changes to address merge feedback.
This commit is contained in:
Vendored
+3
-3
@@ -21,9 +21,9 @@ declare module SigmaJs{
|
||||
}
|
||||
|
||||
interface Canvas {
|
||||
edges: {[renderType: string]: Function};
|
||||
labels: {[renderType: string]: Function};
|
||||
nodes: {[renderType: string]: Function};
|
||||
edges: {[renderType: string]: (edge: Edge, source: Node, target: Node, ...a:any[]) => void};
|
||||
labels: {[renderType: string]: (node: Node, ...a:any[]) => void};
|
||||
nodes: {[renderType: string]: (node: Node, ...a:any[]) => void};
|
||||
}
|
||||
|
||||
interface Classes {
|
||||
|
||||
Reference in New Issue
Block a user