MCPcopy Create free account
hub / github.com/callstack/react-native-paper / MDXContent

Function MDXContent

docs/public/3.0/app.data.js:84–92  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

82 var _super = _createSuper(MDXContent);
83
84 function MDXContent(props) {
85 var _this;
86
87 _classCallCheck(this, MDXContent);
88
89 _this = _super.call(this, props);
90 _this.layout = null;
91 return _this;
92 }
93
94 _createClass(MDXContent, [{
95 key: "render",

Callers

nothing calls this directly

Calls 1

_classCallCheckFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…