mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 14:35:03 +08:00
Merge pull request #1242 from alex-morozov94/1241-export-StageConfig
adding StageConfig export from index-types.d.ts
This commit is contained in:
commit
f771910578
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