MCPcopy Create free account
hub / github.com/docker/getting-started / DialogTransition

Function DialogTransition

app/src/static/js/react-bootstrap.js:14184–14192  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

14182/* eslint-disable no-use-before-define, react/no-multi-comp */
14183
14184function 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
14194function BackdropTransition(props) {
14195 return external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement(src_Fade, _extends({}, props, {

Callers

nothing calls this directly

Calls 1

_extendsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…