purindaisuki

Results 1 comments of purindaisuki

Hi, you can write the CarouselSlots interface like this to type the slot props: ```typescript interface CarouselSlots { prev: string; next: string; dots: string; default: { showPrevPage: () => void;...