diff --git a/api/arkui/component/common.static.d.ets b/api/arkui/component/common.static.d.ets index 573bec06e07509194807e8addf7f8b961c5658a2..bfbb83596569c88b65163df0bedc514997e9be48 100644 --- a/api/arkui/component/common.static.d.ets +++ b/api/arkui/component/common.static.d.ets @@ -47,6 +47,7 @@ import { TextRange } from "./textCommon"; import { StyledString } from "./styledString"; import { CustomBuilder, WrappedBuilder, CustomBuilderT } from './builder'; import curves from '../../@ohos.curves'; +import { RecordData } from '../../@ohos.base'; /** * Define the ratio of characters entered by the the percentage of InputCounterOptions. * @@ -379,12 +380,12 @@ export declare interface ExpectedFrameRateRange { * global $r function * * @param { string } value - * @param { (Object | null | undefined)[] } params + * @param { RecordData[] } params * @returns { Resource } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 */ -export declare function $r(value: string, ...params: (Object | null | undefined)[]): Resource; +export declare function $r(value: string, ...params: RecordData[]): Resource; /** * global $rawfile function *