Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
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, };