diff --git a/api/@ohos.arkui.ArcAlphabetIndexer.d.ts b/api/@ohos.arkui.ArcAlphabetIndexer.d.ts index d8561313e21dd5a07ef7928df922a4c686f209f0..84fe6967449f8c4686d3d23f930ea45b955a6371 100755 --- a/api/@ohos.arkui.ArcAlphabetIndexer.d.ts +++ b/api/@ohos.arkui.ArcAlphabetIndexer.d.ts @@ -275,6 +275,15 @@ declare class ArcAlphabetIndexerAttribute extends CommonMethod { * @atomicservice * @since 18 */ +/** + * Defines the ArcSwiper Component that can provide the ability for sub components to swipe and display. + * + * @syscap SystemCapability.ArkUI.ArkUI.Circle + * @crossplatform + * @atomicservice + * @uicomponent + * @since 20 + */ declare let ArcSwiper: ArcSwiperInterface; /**