Added Context to index-types.d.ts

This commit is contained in:
Adam Kohring 2020-02-03 12:03:31 -05:00 committed by GitHub
parent d663a19342
commit 861681b6af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,6 +60,9 @@ declare namespace Konva {
export const Collection: typeof import('./Util').Collection;
export type Collection<Node> = import('./Util').Collection<Node>;
export const Util: typeof import('./Util').Util;
export const Context: typeof import('./Context').Context;
export type Context = import('./Context').Context;
export const Stage: typeof import('./Stage').Stage;
export type Stage = import('./Stage').Stage;