chore(page-controller): export actions as internal methods

This commit is contained in:
zfangqijun
2026-03-21 20:17:01 +08:00
parent 80e96d0b9e
commit cd2d33a9f6
2 changed files with 17 additions and 0 deletions

View File

@@ -424,3 +424,5 @@ export class PageController extends EventTarget {
this.mask = null
}
}
export * from './actions'