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
commit f771910578
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;