Repository URL to install this package:
|
Version:
3.0.12 ▾
|
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;
declare function getValidString(str: string): string;
declare function getValidNumber(num: string | number): number;
declare function addProtocolsWithURL(url: string): string;
export { getDeviceColSpan, getCarouselPanelWidth, toMediaCarouselState, initMediaCarouselState, getValidString, getValidNumber, addProtocolsWithURL, };