Repository URL to install this package:
|
Version:
4.1.0-ulta.3 ▾
|
import { MediaCarouselState } from './state';
import { MediaCarouselProps } from './typings';
declare function initMediaCarouselState(): MediaCarouselState;
declare function toMediaCarouselState(props: MediaCarouselProps): import("./typings").MediaCarouselStateType;
declare const getDeviceColSpan: (props: MediaCarouselProps) => any;
declare const getCarouselPanelWidth: (props: MediaCarouselProps) => number;
export { getDeviceColSpan, getCarouselPanelWidth, toMediaCarouselState, initMediaCarouselState, };