UNPKG

@cainiaofe/cn-ui-m

Version:
15 lines (14 loc) 233 B
export interface CnSliderRef { /** * 跳转至第几页 */ swipeTo: (index: number) => void; /** * 下一页 */ swipeNext: () => void; /** * 上一页 */ swipePrev: () => void; }