Being a beginner in typescript, I am attempting to utilize the jointjs definition file with typescript 2.2.
You can find the definition file on GitHub at: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/jointjs/index.d.ts
To import jointjs into my typescript file, I am using:
import { joint } from 'jointjs';
Could someone guide me on how to call classes and functions from the index.d.ts file?