-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathindex.ts
More file actions
18 lines (18 loc) · 849 Bytes
/
index.ts
File metadata and controls
18 lines (18 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
export { Autoplay } from "./Autoplay";
export { AutoplayVertical } from "./AutoplayVertical";
export { AutoplayWithoutLoop } from "./AutoplayWithoutLoop";
export { Basic } from "./Basic";
export { Basic2Carousels } from "./Basic2Carousels";
export { BasicVertical } from "./BasicVertical";
export { CustomHeight } from "./CustomHeight";
export { CustomIndex } from "./CustomIndex";
export { CustomRender } from "./CustomRender";
export { CustomSize } from "./CustomSize";
export { CustomStyles } from "./CustomStyles";
export { CustomMergeStyles } from "./CustomMergeStyles";
export { CustomWidth } from "./CustomWidth";
export { DisabledControls } from "./DisabledControls";
export { Loop } from "./Loop";
export { Methods } from "./Methods";
export { MethodsWithLoop } from "./MethodsWithLoop";
export { TouchableImages } from "./TouchableImages"