@marvelousdesigner/design-system
Advanced tools
Comparing version 0.1.18-alpha-11 to 0.1.18-alpha-12
import React from "react"; | ||
import { FlattenInterpolation } from "styled-components"; | ||
import Slider, { Settings } from "react-slick"; | ||
@@ -9,4 +10,5 @@ import "slick-carousel/slick/slick.css"; | ||
slickRef?: React.LegacyRef<Slider>; | ||
customStyle?: FlattenInterpolation<any>; | ||
} & Settings; | ||
declare const Slick: ({ children, arrows, dots, infinite, speed, autoplay, slidesToShow, slidesToScroll, customPaging, setCurrentIdx, prevArrow, nextArrow, currentIdx, slickRef, }: SliderInterface) => React.JSX.Element; | ||
declare const Slick: ({ children, arrows, dots, infinite, speed, autoplay, slidesToShow, slidesToScroll, customPaging, setCurrentIdx, prevArrow, nextArrow, centerMode, currentIdx, responsive, slickRef, customStyle, }: SliderInterface) => React.JSX.Element; | ||
export { Slick }; |
{ | ||
"name": "@marvelousdesigner/design-system", | ||
"version": "0.1.18-alpha-11", | ||
"version": "0.1.18-alpha-12", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1128647
127
18515
71
47