Type alias CarouselPillsProps

CarouselPillsProps: {
    carouselPillProps?: CarouselPillProps;
    current: number;
    direction?: "horizontal" | "vertical";
    onChange: any;
    pills: number;
} & CoreViewProps

Type declaration

  • Optional carouselPillProps?: CarouselPillProps
  • current: number
  • Optional direction?: "horizontal" | "vertical"
  • onChange: any
  • pills: number

Generated using TypeDoc