@douyinfe/semi-foundation 2.90.8 → 2.90.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -253,6 +253,6 @@ export default class MonthsGridFoundation extends BaseFoundation<MonthsGridAdapt
|
|
|
253
253
|
* - When yam open type is 'left' or 'right', weeks minHeight should be set
|
|
254
254
|
* If the minHeight is not set, the change of the number of weeks will cause the scrollList to be unstable
|
|
255
255
|
*/
|
|
256
|
-
getYAMOpenType(): "
|
|
256
|
+
getYAMOpenType(): "none" | "left" | "right" | "both";
|
|
257
257
|
}
|
|
258
258
|
export {};
|
|
@@ -253,6 +253,6 @@ export default class MonthsGridFoundation extends BaseFoundation<MonthsGridAdapt
|
|
|
253
253
|
* - When yam open type is 'left' or 'right', weeks minHeight should be set
|
|
254
254
|
* If the minHeight is not set, the change of the number of weeks will cause the scrollList to be unstable
|
|
255
255
|
*/
|
|
256
|
-
getYAMOpenType(): "
|
|
256
|
+
getYAMOpenType(): "none" | "left" | "right" | "both";
|
|
257
257
|
}
|
|
258
258
|
export {};
|