mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
add Transform to types. close #933
This commit is contained in:
3
src/index-types.d.ts
vendored
3
src/index-types.d.ts
vendored
@@ -59,6 +59,9 @@ declare namespace Konva {
|
|||||||
|
|
||||||
export const Collection: typeof import('./Util').Collection;
|
export const Collection: typeof import('./Util').Collection;
|
||||||
export type Collection<Node> = import('./Util').Collection<Node>;
|
export type Collection<Node> = import('./Util').Collection<Node>;
|
||||||
|
export const Transform: typeof import('./Util').Transform;
|
||||||
|
export type Transform = import('./Util').Transform;
|
||||||
|
|
||||||
export const Util: typeof import('./Util').Util;
|
export const Util: typeof import('./Util').Util;
|
||||||
|
|
||||||
export const Context: typeof import('./Context').Context;
|
export const Context: typeof import('./Context').Context;
|
||||||
|
Reference in New Issue
Block a user