We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a46740 commit 2847f00Copy full SHA for 2847f00
src/ScrollSync.js
@@ -9,6 +9,11 @@ import PropTypes from 'prop-types'
9
export default class ScrollSync extends Component {
10
11
static propTypes = {
12
+ /**
13
+ * Callback to be invoked any time synchronization happens
14
+ *
15
+ * @param {Element} el The element that has received the scroll event
16
+ */
17
onSync: PropTypes.func,
18
children: PropTypes.element.isRequired,
19
proportional: PropTypes.bool,
0 commit comments