From 938da768eafd8e8beb97adc0b0e2ec25967848c5 Mon Sep 17 00:00:00 2001 From: houhaoyu Date: Thu, 13 Jan 2022 11:10:28 +0800 Subject: [PATCH] houhaoyu@huawei.com Signed-off-by: houhaoyu Change-Id: I1d0e2d19c0f6d01fb011702e8f10ac500807e0a6 --- api/@internal/component/ets/common.d.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api/@internal/component/ets/common.d.ts b/api/@internal/component/ets/common.d.ts index 81735680ec..82edd456ea 100644 --- a/api/@internal/component/ets/common.d.ts +++ b/api/@internal/component/ets/common.d.ts @@ -1331,6 +1331,11 @@ export declare class CommonMethod { * @since 8 */ stateStyles(value: StateStyels): T; + + create(value: any): T; + pop(): T; + createWithChild(value: any): T; + createWithLabel(value: any): T; } /** -- Gitee