Skip to content

Commit 6443f73

Browse files
children prop added.
1 parent 8e5441a commit 6443f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export type StatusFormatter = (current: number, total: number) => string;
1313

1414
export interface CarouselProps {
1515
className?: string;
16-
1716
showArrows?: boolean;
1817
showStatus?: boolean;
1918
showIndicators?: boolean;
@@ -34,6 +33,7 @@ export interface CarouselProps {
3433
dynamicHeight?: boolean;
3534
emulateTouch?: boolean;
3635
statusFormatter?: StatusFormatter;
36+
children?: React.ReactNode;
3737
}
3838

3939
export interface CarouselState {

0 commit comments

Comments
 (0)