diff --git a/api/arkui/component/uiExtensionComponent.static.d.ets b/api/arkui/component/uiExtensionComponent.static.d.ets index 937802b34458a006700828edf7df1cda79d9c752..6a71e3246587d2ab8961d52ddb2a6b0ae60b8e40 100644 --- a/api/arkui/component/uiExtensionComponent.static.d.ets +++ b/api/arkui/component/uiExtensionComponent.static.d.ets @@ -37,7 +37,7 @@ export type RecordData = undefined | null | Object | Record /** * Enumeration of different types of DpiFollowStrategy. * - * @enum { number } + * @enum { int } * @syscap SystemCapability.ArkUI.ArkUI.Full * @systemapi * @since 20 @@ -62,7 +62,7 @@ export declare enum DpiFollowStrategy { } /** * Enumeration of different types of WindowModeFollowStrategy. - * @enum { number } + * @enum { int } * @syscap SystemCapability.ArkUI.ArkUI.Full * @systemapi * @since 20