refactor: enable typescript option verbatimModuleSyntax

This commit is contained in:
Nathan Muir
2025-08-20 11:27:20 +12:00
parent 0568cfc7c9
commit 9aac5b4ebf
58 changed files with 173 additions and 128 deletions

View File

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