mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
add Transform to types. close #933
This commit is contained in:
parent
bc4bfbc0c5
commit
4a776910ec
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 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 Context: typeof import('./Context').Context;
|
||||
|
Loading…
Reference in New Issue
Block a user