Skip to content

Commit e1b41a4

Browse files
committed
Updated PropTypes for renderDone and renderSkip buttons
1 parent 58118c5 commit e1b41a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

AppIntro.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,8 @@ AppIntro.propTypes = {
461461
defaultIndex: PropTypes.number,
462462
showSkipButton: PropTypes.bool,
463463
showDoneButton: PropTypes.bool,
464+
renderDoneButton: PropTypes.element,
465+
renderSkipButton: PropTypes.element,
464466
paginationStyles: PropTypes.object,
465467
dotStyles: PropTypes.object
466468
};

0 commit comments

Comments
 (0)