mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 06:31:15 +08:00
Merge branch 'master' of github.com:konvajs/konva
This commit is contained in:
commit
2634bbbf89
3
src/index-types.d.ts
vendored
3
src/index-types.d.ts
vendored
@ -60,6 +60,9 @@ 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;
|
||||
|
||||
export const Stage: typeof import('./Stage').Stage;
|
||||
export type Stage = import('./Stage').Stage;
|
||||
|
Loading…
Reference in New Issue
Block a user