mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
13 lines
205 B
TypeScript
13 lines
205 B
TypeScript
/// <reference types="jquery"/>
|
|
|
|
|
|
$(".className").owlCarousel();
|
|
|
|
$(".className").owlCarousel({
|
|
singleItem: true,
|
|
slideSpeed: 300,
|
|
paginationSpeed: 400,
|
|
lazyLoad: true,
|
|
autoPlay: 4000
|
|
});
|