remove inherit from listening property, deprecate FastLayer, font fixes.

This commit is contained in:
Anton Lavrenov
2020-05-14 11:13:47 -05:00
parent 6cc3224769
commit ee99044baa
23 changed files with 17529 additions and 18942 deletions

View File

@@ -60,7 +60,7 @@ 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;
@@ -70,7 +70,7 @@ declare namespace Konva {
export const Layer: typeof import('./Layer').Layer;
export type Layer = import('./Layer').Layer;
export type LayerConfig = import('./BaseLayer').LayerConfig;
export type LayerConfig = import('./Layer').LayerConfig;
export const FastLayer: typeof import('./FastLayer').FastLayer;
export type FastLayer = import('./FastLayer').FastLayer;