mirror of
https://github.com/konvajs/konva.git
synced 2025-09-18 18:27:58 +08:00
refactor: enable typescript option verbatimModuleSyntax
This commit is contained in:
@@ -96,7 +96,10 @@ export namespace Konva {
|
||||
|
||||
export type KonvaPointerEvent = Core.KonvaPointerEvent;
|
||||
|
||||
export type KonvaEventListener<This, EventType> = Core.KonvaEventListener<This, EventType>;
|
||||
export type KonvaEventListener<This, EventType> = Core.KonvaEventListener<
|
||||
This,
|
||||
EventType
|
||||
>;
|
||||
|
||||
export type Container = Core.Container;
|
||||
export type ContainerConfig = Core.ContainerConfig;
|
||||
|
Reference in New Issue
Block a user