UNPKG

@wulperstudio/cms

Version:
20 lines 753 B
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties"; var _excluded = ["image"]; import React from 'react'; import { HeaderDrawer } from '../HeaderDrawer'; import { LayoutAvatar, ContainerHeader } from './styled'; import { jsx as _jsx } from "react/jsx-runtime"; export var DrawerAssetFixed = function DrawerAssetFixed(_ref) { var image = _ref.image, props = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/_jsx(LayoutAvatar, { image: image, children: /*#__PURE__*/_jsx(ContainerHeader, { children: /*#__PURE__*/_jsx(HeaderDrawer, Object.assign({ titleHeader: "Title", backgroundColor: "transparent", hideTitleHeader: true }, props)) }) }); };