mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Merge pull request #11990 from mreis1/master
Update slick-carousel.d.ts
This commit is contained in:
@@ -177,7 +177,9 @@ $('.single-item-rtl').slick({
|
||||
rtl: true
|
||||
});
|
||||
|
||||
|
||||
$('.no-arrows-slide').slick({
|
||||
appendArrows: false
|
||||
})
|
||||
|
||||
// --------------------------------------------------------
|
||||
// ---------------- TEST DEFAULT OPTIONS ------------------
|
||||
|
||||
Vendored
+2
-1
@@ -45,9 +45,10 @@ interface JQuerySlickOptions {
|
||||
|
||||
/**
|
||||
* Change where the navigation arrows are attached (Selector, htmlString, Array, Element, jQuery object)
|
||||
* `false` will prevent arrows from being created/appended
|
||||
* Default: $(element)
|
||||
*/
|
||||
appendArrows?: Element | Element[] | JQuery | string;
|
||||
appendArrows?: Element | Element[] | JQuery | string | boolean;
|
||||
|
||||
/**
|
||||
* Change where the navigation dots are attached (Selector, htmlString, Array, Element, jQuery object)
|
||||
|
||||
Reference in New Issue
Block a user