diff --git a/packages/core/ui/core/view/index.d.ts b/packages/core/ui/core/view/index.d.ts index 0c19c93e2e..4d46c45aa7 100644 --- a/packages/core/ui/core/view/index.d.ts +++ b/packages/core/ui/core/view/index.d.ts @@ -9,7 +9,7 @@ import { LinearGradient } from '../../styling/linear-gradient'; import { InheritedProperty, Property } from '../properties'; import { ViewBase } from '../view-base'; import { GlassEffectType, ViewCommon } from './view-common'; -import type { Point, ShownModallyData } from './view-interfaces'; +import type { Point, ShownModallyData, Size } from './view-interfaces'; export * from './view-common'; // helpers (these are okay re-exported here)