@sishuguojixuefu/react-native-form
Version:
19 lines • 816 B
JavaScript
;
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
result["default"] = mod;
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
const react_1 = __importStar(require("react"));
const react_native_1 = require("react-native");
class SsDescription extends react_1.Component {
render() {
const { initialValue } = this.props;
return (react_1.default.createElement(react_native_1.Text, { style: { color: '#888888', fontSize: 12, marginHorizontal: 20, marginVertical: 8 } }, initialValue));
}
}
exports.default = SsDescription;
//# sourceMappingURL=SsDescription.js.map