Skip to content

Commit a28049e

Browse files
committed
feat(uts): android平台增加 by 属性委托装饰器定义
1 parent d39d372 commit a28049e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/uni-uts-v1/lib/uts/types/uni-x/shims/app-android.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ declare global {
2222

2323
type CreateVueComponent = any
2424

25+
// 属性委托装饰器
26+
function by(arg0: any): any
2527
function numberEquals(a: any, b: any): boolean
2628
function utsMapOf<K = string,T = any>(obj?: Record<string,unknown> | any[]): any
2729
function padStyleMapOf(style: any): any

0 commit comments

Comments
 (0)