MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / onExited

Method onExited

src/CarouselItem.js:52–55  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

50 }
51
52 onExited(node) {
53 node.dispatchEvent(new CustomEvent('slid.bs.carousel'));
54 this.props.onExited(node);
55 }
56
57 render() {
58 const {

Callers 1

onExitedFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected