mirror of
https://github.com/konvajs/konva.git
synced 2026-01-22 21:02:26 +08:00
better production detection, fix version injection
This commit is contained in:
2
src/index-types.d.ts
vendored
2
src/index-types.d.ts
vendored
@@ -36,6 +36,8 @@ declare namespace Konva {
|
||||
export const isDragging: () => boolean;
|
||||
export const isDragReady: () => boolean;
|
||||
|
||||
export type Vector2d = import('./types').Vector2d;
|
||||
|
||||
export const Node: typeof import('./Node').Node;
|
||||
export type Node = import('./Node').Node;
|
||||
export type NodeConfig = import('./Node').NodeConfig;
|
||||
|
||||
Reference in New Issue
Block a user