Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
@@ -0,0 +1,5 @@
+---
+"api": patch
+
+Use `export type` to export TS types.
@@ -741,7 +741,6 @@ export {
getCurrent,
getAll,
appWindow,
- Monitor,
LogicalSize,
PhysicalSize,
LogicalPosition,
@@ -750,3 +749,7 @@ export {
primaryMonitor,
availableMonitors
}
+export type {
+ Monitor
+}