graph-viewer.ts 79 B

123
  1. export interface IGraphViewer {
  2. createViewerForElement: (Element) => void,
  3. }