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