Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
get: function get() {
return _react2.default.createElement(
'div',
{ style: { justifyContent: 'center' } },
_react2.default.createElement(_placeholders.RectShape, { color: '#CFD8DC', style: { height: 40, marginBottom: 10 } }),
_react2.default.createElement(_placeholders.TextBlock, { rows: 7, color: '#ECEFF1' })
);
}
}]);
get: function get() {
return _react2.default.createElement(
'div',
{ style: { justifyContent: 'center' } },
_react2.default.createElement(_placeholders.RectShape, { color: '#CFD8DC', style: { height: 40, marginBottom: 10 } }),
_react2.default.createElement(_placeholders.TextBlock, { rows: 7, color: '#ECEFF1' })
);
}
}]);