Skip to content

Commit

Permalink
chore: Add children prop to SliderArgs interface
Browse files Browse the repository at this point in the history
  • Loading branch information
d-beezee committed Oct 21, 2024
1 parent 0e62001 commit 5c949d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stories/slider/_types.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Settings } from "react-slick";
export interface SliderArgs extends Settings {
counter?: boolean;
onSlideChange?: (currentSlide: number) => void;
children?: React.ReactNode;
}

export interface SliderContextType {
Expand Down

0 comments on commit 5c949d7

Please sign in to comment.