Skip to content

Commit

Permalink
fix: Add missing className for ButtonPlayProps typing (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaruda authored Sep 2, 2020
1 parent 3222d64 commit a96c71c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typings/carouselElements.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ declare const ButtonFirst: ButtonLastInterface
interface ButtonPlayProps {
readonly childrenPaused?: React.ReactNode
readonly childrenPlaying?: React.ReactNode
readonly className?: string
readonly disabled?: boolean
readonly onClick?: (ev?: React.SyntheticEvent<HTMLButtonElement>) => void
}
Expand Down

0 comments on commit a96c71c

Please sign in to comment.