add export StageConfig from index-types.d.ts

This commit is contained in:
Aleksandr Morozov 2021-11-24 18:08:53 +03:00
parent b39b9a8116
commit e1806fd855

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;