Repository URL to install this package:
|
Version:
4.0.116 ▾
|
import { CarouselArrowProps } from './typings';
import { MediaCarouselStateType } from '../typings';
declare function defaultRenderArrows(props: CarouselArrowProps, state: MediaCarouselStateType): JSX.Element;
export { defaultRenderArrows };