cycleButton<T> abstract method

Component cycleButton<T>(
  1. CycleButtonProps<T> props
)

Render a cycle button component

Implementation

Component cycleButton<T>(CycleButtonProps<T> props);