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