Skip to content

Commit

Permalink
add asNavFor for default prop
Browse files Browse the repository at this point in the history
  • Loading branch information
akiran committed Feb 17, 2024
1 parent 0f95c7a commit 23c6a47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/default-props.js
Expand Up @@ -50,7 +50,8 @@ let defaultProps = {
useTransform: true,
variableWidth: false,
vertical: false,
waitForAnimate: true
waitForAnimate: true,
asNavFor: null
};

export default defaultProps;

0 comments on commit 23c6a47

Please sign in to comment.