mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
remove inherit
from listening property, deprecate FastLayer, font fixes.
This commit is contained in:
4
src/index-types.d.ts
vendored
4
src/index-types.d.ts
vendored
@@ -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;
|
||||
|
Reference in New Issue
Block a user