Repository URL to install this package:
|
Version:
4.0.116 ▾
|
import React from 'react';
import { defaultRenderArrows } from './renderProps';
import { CarouselArrowProps } from './typings';
declare class CarouselArrow extends React.Component<CarouselArrowProps> {
static defaultProps: {
className: string;
arrowIconColor: string;
arrowIconSize: string;
renderArrows: typeof defaultRenderArrows;
};
render(): React.ReactNode;
}
export { CarouselArrow };
export default CarouselArrow;