Spaces:
Build error
Build error
File size: 292 Bytes
c211499 |
1 2 3 4 5 6 |
export function isSubgraph(g: any, v: any): boolean;
export function edgeToId(e: any): string;
export function applyStyle(dom: any, styleFn: any): void;
export function applyClass(dom: any, classFn: any, otherClasses: any): void;
export function applyTransition(selection: any, g: any): any;
|