UNPKG

geostyler

Version:
21 lines (20 loc) 438 B
import { jsxs as o, jsx as r } from "react/jsx-runtime"; import { CloseCircleOutlined as i } from "@ant-design/icons"; /* empty css */ const a = ({ onRemoveClick: e = () => { }, children: m }) => /* @__PURE__ */ o("div", { className: "gs-removable-item", children: [ /* @__PURE__ */ r( i, { className: "gs-removable-item-icon", onClick: e } ), m ] }); export { a as RemovableItem };