()
| 13 | import Fade from './Fade'; |
| 14 | |
| 15 | function noop() {} |
| 16 | |
| 17 | const propTypes = { |
| 18 | children: PropTypes.oneOfType([PropTypes.node, PropTypes.func]).isRequired, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…