From 6a53b8c882c75cb51e92a6249368d17721a39c59 Mon Sep 17 00:00:00 2001 From: paireks Date: Mon, 20 Jan 2025 17:07:12 +0100 Subject: [PATCH] Add AngleMeasurementsTouchControl to index.d.ts --- types/plugins/AngleMeasurementsPlugin/index.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/types/plugins/AngleMeasurementsPlugin/index.d.ts b/types/plugins/AngleMeasurementsPlugin/index.d.ts index bc5702b1ee..3f7e517f0e 100644 --- a/types/plugins/AngleMeasurementsPlugin/index.d.ts +++ b/types/plugins/AngleMeasurementsPlugin/index.d.ts @@ -1,3 +1,4 @@ export * from "./AngleMeasurementsPlugin"; export * from "./AngleMeasurementsControl"; -export * from "./AngleMeasurementsMouseControl"; \ No newline at end of file +export * from "./AngleMeasurementsMouseControl"; +export * from "./AngleMeasurementsTouchControl"; \ No newline at end of file