From 99c87105e6892f785362aefa83cc424c0fe79756 Mon Sep 17 00:00:00 2001 From: puyajun Date: Mon, 17 Jan 2022 17:32:08 +0800 Subject: [PATCH] puyajun@huawei.com Signed-off-by: puyajun --- api/@internal/component/ets/common.d.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/api/@internal/component/ets/common.d.ts b/api/@internal/component/ets/common.d.ts index 875e800ff3..95ef6f78b2 100644 --- a/api/@internal/component/ets/common.d.ts +++ b/api/@internal/component/ets/common.d.ts @@ -36,6 +36,12 @@ declare const Observed: ClassDecorator; */ declare const Preview: ClassDecorator & ((value: PreviewParams) => ClassDecorator); +/** + * Defining BuilderParam PropertyDecorator + * @since 7 + */ +declare const BuilderParam: PropertyDecorator; + /** * Defining State PropertyDecorator. * @since 7 @@ -90,6 +96,7 @@ declare const StorageLink: (value: string) => PropertyDecorator; */ declare const Watch: (value: string) => PropertyDecorator; + /** * Defining Builder MethodDecorator * @since 7 -- Gitee