@kudashi/kds-api 2.14.3-rc-1 → 2.14.3
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.
- package/api.d.ts +2 -2
- package/package.json +1 -1
package/api.d.ts
CHANGED
|
@@ -4636,8 +4636,8 @@ declare global {
|
|
|
4636
4636
|
|
|
4637
4637
|
/**
|
|
4638
4638
|
* view是否使用最大高度 将会覆盖size.y
|
|
4639
|
-
* @param viewId
|
|
4640
|
-
* @param useMaxHeight
|
|
4639
|
+
* @param viewId
|
|
4640
|
+
* @param useMaxHeight
|
|
4641
4641
|
*/
|
|
4642
4642
|
pluginViewUseMaxHeight(viewId: string, useMaxHeight: boolean): void;
|
|
4643
4643
|
}
|