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;
export { getDeviceColSpan, getCarouselPanelWidth, toMediaCarouselState, initMediaCarouselState, };