mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
add export StageConfig from index-types.d.ts
This commit is contained in:
parent
b39b9a8116
commit
e1806fd855
1
src/index-types.d.ts
vendored
1
src/index-types.d.ts
vendored
@ -71,6 +71,7 @@ declare namespace Konva {
|
||||
|
||||
export const Stage: typeof import('./Stage').Stage;
|
||||
export type Stage = import('./Stage').Stage;
|
||||
export type StageConfig = import('./Stage').StageConfig;
|
||||
export const stages: typeof import('./Stage').stages;
|
||||
|
||||
export const Layer: typeof import('./Layer').Layer;
|
||||
|
Loading…
Reference in New Issue
Block a user