react-native-paper
Version:
Material design for React Native
13 lines (11 loc) • 403 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 = _reactNative.Pressable;
exports.Pressable = Pressable;
//# sourceMappingURL=Pressable.js.map
;