From 3952dfd7edf9b49d8eeb314d06778fc0b5713121 Mon Sep 17 00:00:00 2001 From: puyajun Date: Tue, 8 Feb 2022 18:25:53 +0800 Subject: [PATCH] puyajun@huawei.com add builder bind poup Signed-off-by: puyajun Change-Id: I8851ef880683fc6d0b84dd9c85deccae0658f677 --- api/@internal/component/ets/common.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@internal/component/ets/common.d.ts b/api/@internal/component/ets/common.d.ts index 1d970cf3da..b0b812281a 100644 --- a/api/@internal/component/ets/common.d.ts +++ b/api/@internal/component/ets/common.d.ts @@ -1402,7 +1402,7 @@ declare class CommonMethod { * Defines the CustomBuilder Type. * @since 7 */ -declare type CustomBuilder = () => any; +declare type CustomBuilder = (() => any) | void; /** * CommonShapeMethod -- Gitee