Skip to content

Commit ccdce2e

Browse files
authored
fix(core): size export in View object (#11132)
1 parent 4302fca commit ccdce2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/ui/core/view/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { LinearGradient } from '../../styling/linear-gradient';
99
import { InheritedProperty, Property } from '../properties';
1010
import { ViewBase } from '../view-base';
1111
import { GlassEffectType, ViewCommon } from './view-common';
12-
import type { Point, ShownModallyData } from './view-interfaces';
12+
import type { Point, ShownModallyData, Size } from './view-interfaces';
1313

1414
export * from './view-common';
1515
// helpers (these are okay re-exported here)

0 commit comments

Comments
 (0)