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 dc393ccCopy full SHA for dc393cc
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 when synchronization happens with the element that
14
+ * received the scroll event.
15
+ * Signature: `(Element)`
16
+ */
17
onSync: PropTypes.func,
18
children: PropTypes.element.isRequired,
19
proportional: PropTypes.bool,
0 commit comments