ados-rcm 1.1.153 → 1.1.154
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/AModule/AComponents/AFrame/AFrame.d.ts +1 -1
- package/dist/index.cjs.js +18 -18
- package/dist/index.es.js +1987 -1978
- package/package.json +1 -1
@@ -82,7 +82,7 @@ export interface IADivideFrameProps extends DetailedHTMLProps<React.HTMLAttribut
|
|
82
82
|
*
|
83
83
|
* Description : decides the minimum length of each child frame. The length is the width when direction is 'Row' and the height when direction is 'Col'.
|
84
84
|
*/
|
85
|
-
minLength?: number
|
85
|
+
minLength?: number;
|
86
86
|
/**
|
87
87
|
* children : React.ReactNode | React.ReactNode[]
|
88
88
|
*
|