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 4302fca commit ccdce2eCopy full SHA for ccdce2e
packages/core/ui/core/view/index.d.ts
@@ -9,7 +9,7 @@ import { LinearGradient } from '../../styling/linear-gradient';
9
import { InheritedProperty, Property } from '../properties';
10
import { ViewBase } from '../view-base';
11
import { GlassEffectType, ViewCommon } from './view-common';
12
-import type { Point, ShownModallyData } from './view-interfaces';
+import type { Point, ShownModallyData, Size } from './view-interfaces';
13
14
export * from './view-common';
15
// helpers (these are okay re-exported here)
0 commit comments