fix:修复runtime.d.ts

This commit is contained in:
lizhuoyuan 2025-01-20 20:07:35 +08:00
parent 1af45b5de2
commit 9edb0c94e9

1
runtime.d.ts vendored
View File

@ -2899,6 +2899,7 @@ type CoreMixin = {
readonly dom: { [key: string]: HTMLElement }
/** dom样式 */
readonly domStyle: {
ratio: number,
scale: number,
isVertical: boolean,
showStatusBar: boolean,