ra-core
Version:
Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React
6 lines • 369 B
JavaScript
import * as React from 'react';
export var SimpleShowLayout = function (_a) {
var children = _a.children;
return (React.createElement("div", { style: { display: 'flex', flexDirection: 'column', gap: '1em' } }, React.Children.map(children, function (child) { return (React.createElement("div", null, child)); })));
};
//# sourceMappingURL=SimpleShowLayout.js.map