diff --git a/api/@ohos.file.PhotoPickerComponent.d.ets b/api/@ohos.file.PhotoPickerComponent.d.ets index 8b19e04ec0700b324bf24654b99f1ba598a9e480..52885ab0e0a6ceaf1110393a097b0ce687f9727d 100644 --- a/api/@ohos.file.PhotoPickerComponent.d.ets +++ b/api/@ohos.file.PhotoPickerComponent.d.ets @@ -354,24 +354,22 @@ export declare class PickerOptions extends photoAccessHelper.BaseSelectOptions { /** * Support to set offset between first grid item and the top of the grid * - * @type { ?int } + * @type { ?number } * @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core * @atomicservice * @since 20 - * @arkts 1.2 */ - gridStartOffset?: int; + gridStartOffset?: number; /** * Support to set offset between last grid item and the bottom of the grid * - * @type { ?int } + * @type { ?number } * @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core * @atomicservice * @since 20 - * @arkts 1.2 */ - gridEndOffset?: int; + gridEndOffset?: number; /** * Support repeat select