Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit15b4b84

Browse files
committed
types added
1 parent3d0daee commit15b4b84

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
letdefaultChildren=comp.children;
250250
constisNotContainer=defaultChildren.hasOwnProperty('style');
251251
constrestrictPaddingOnRotation=defaultChildren.hasOwnProperty('restrictPaddingOnRotation');
252-
letrotationVal=null
253-
letboxShadowVal=null;
254-
letrestrictPaddingOnRotationVal=null;
252+
letrotationVal:any=null
253+
letboxShadowVal:any=null;
254+
letrestrictPaddingOnRotationVal: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)

[8]ページ先頭

©2009-2025 Movatter.jp