Skip to content

Commit 15b4b84

Browse files
committed
types added
1 parent 3d0daee commit 15b4b84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

client/packages/lowcoder/src/comps/generators/uiCompBuilder.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,9 @@ function UIView(props: {
249249
let defaultChildren = comp.children;
250250
const isNotContainer = defaultChildren.hasOwnProperty('style');
251251
const restrictPaddingOnRotation = defaultChildren.hasOwnProperty('restrictPaddingOnRotation');
252-
let rotationVal = null
253-
let boxShadowVal = null;
254-
let restrictPaddingOnRotationVal=null;
252+
let rotationVal:any = null
253+
let boxShadowVal:any = null;
254+
let restrictPaddingOnRotationVal:any=null;
255255
if (isNotContainer) {
256256
rotationVal = defaultChildren.style.children?.rotation?.valueAndMsg.value;
257257
boxShadowVal = defaultChildren.style?.children?.boxShadow?.valueAndMsg?.value;

0 commit comments

Comments
 (0)