diff --git a/api/@internal/component/ets/common.d.ts b/api/@internal/component/ets/common.d.ts index 1d970cf3da19c5b98ea3a5bd9196380ea52226dc..b0b812281a9410e6086ac50ec90970ce33a9ef68 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