PageIndicatorProps: {
    color?: "primary" | "white";
    current: number;
    direction?: "horizontal" | "vertical";
    total: number;
} & NativeProps<"--dot-color" | "--active-dot-color" | "--dot-size" | "--active-dot-size" | "--dot-border-radius" | "--active-dot-border-radius" | "--dot-spacing">

Type declaration

  • Optional color?: "primary" | "white"
  • current: number
  • Optional direction?: "horizontal" | "vertical"
  • total: number

Generated using TypeDoc