diff --git a/api/@internal/component/ets/common.d.ts b/api/@internal/component/ets/common.d.ts index 875e800ff3a9dd6afb835188174dbd816d6f339a..95ef6f78b21d7b4eca1d57184698d776ce70f33d 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