react-native-paper
Version:
Material design for React Native
12 lines (10 loc) • 392 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.Pressable = void 0;
var _reactNative = require("react-native");
// This component is added to support type-safe hover and focus states on web
// https://necolas.github.io/react-native-web/docs/pressable/
const Pressable = exports.Pressable = _reactNative.Pressable;
//# sourceMappingURL=Pressable.js.map
;