Merge branch 'master' of github.com:konvajs/konva

This commit is contained in:
Anton Lavrenov 2020-02-06 10:15:51 -05:00
commit 2634bbbf89

View File

@ -61,6 +61,9 @@ declare namespace Konva {
export type Collection<Node> = import('./Util').Collection<Node>; export type Collection<Node> = import('./Util').Collection<Node>;
export const Util: typeof import('./Util').Util; 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 const Stage: typeof import('./Stage').Stage;
export type Stage = import('./Stage').Stage; export type Stage = import('./Stage').Stage;
export const stages: typeof import('./Stage').stages; export const stages: typeof import('./Stage').stages;