Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
fix(toutiao): 修复 swiper 的 onAnimationFinish 类型 (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
noyobo committed Jun 2, 2020
1 parent 2b29dcf commit e35ce48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/remax-toutiao/src/hostComponents/Swiper/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export interface SwiperProps extends BaseProps {
vertical?: boolean;
onChange?: (e: any) => void;
onTransition?: (e: any) => void;
onAnimationFinish?: (e: any) => void;
}

export const Swiper = createHostComponent<SwiperProps>('swiper');

1 comment on commit e35ce48

@vercel
Copy link

@vercel vercel bot commented on e35ce48 Jun 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.