We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86a23ff commit 9a662d2Copy full SHA for 9a662d2
.changes/api-export-type.md
@@ -0,0 +1,5 @@
1
+---
2
+"api": patch
3
4
+
5
+Use `export type` to export TS types.
tooling/api/src/window.ts
@@ -741,7 +741,6 @@ export {
741
getCurrent,
742
getAll,
743
appWindow,
744
- Monitor,
745
LogicalSize,
746
PhysicalSize,
747
LogicalPosition,
@@ -750,3 +749,7 @@ export {
750
749
primaryMonitor,
751
availableMonitors
752
}
753
+export type {
754
+ Monitor
755
+}
0 commit comments