Merge pull request #1242 from alex-morozov94/1241-export-StageConfig

adding StageConfig export from index-types.d.ts
This commit is contained in:
Anton Lavrenov
2021-11-24 10:29:33 -05:00
committed by GitHub

View File

@@ -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;