13 lines
380 B
JavaScript
13 lines
380 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
Object.defineProperty(exports, "PressabilityDebugView", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _PressabilityDebug.PressabilityDebugView;
|
|
}
|
|
});
|
|
var _PressabilityDebug = require("react-native/Libraries/Pressability/PressabilityDebug");
|
|
//# sourceMappingURL=PressabilityDebugView.js.map
|