native-base
Version:
Essential cross-platform UI components for React Native
22 lines (19 loc) • 329 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
const baseStyle = () => {
return {
width: 'auto',
height: 'auto'
};
};
var _default = {
baseStyle,
defaultProps: {
isUnderlined: true
}
};
exports.default = _default;
//# sourceMappingURL=link.js.map