(props)
| 14182 | /* eslint-disable no-use-before-define, react/no-multi-comp */ |
| 14183 | |
| 14184 | function DialogTransition(props) { |
| 14185 | return external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement(src_Fade, _extends({}, props, { |
| 14186 | __source: { |
| 14187 | fileName: Modal_jsxFileName, |
| 14188 | lineNumber: 176 |
| 14189 | }, |
| 14190 | __self: this |
| 14191 | })); |
| 14192 | } |
| 14193 | |
| 14194 | function BackdropTransition(props) { |
| 14195 | return external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement(src_Fade, _extends({}, props, { |
nothing calls this directly
no test coverage detected
searching dependent graphs…