react-multi-carousel
Version:
Lightweight fully customizable React carousel component supports multiple items and SSR(Server-side rendering) with typescript.
5 lines (4 loc) • 443 B
TypeScript
import { responsiveType } from "./types";
declare function guessWidthFromDeviceType(deviceType: string, responsive: responsiveType): number | string | undefined;
declare function getParitialVisibilityGutter(responsive: responsiveType, partialVisbile?: string | boolean, serverSideDeviceType?: string | undefined, clientSideDeviceType?: string | undefined): number | undefined;
export { guessWidthFromDeviceType, getParitialVisibilityGutter };