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