UNPKG

@wordpress/block-library

Version:
10 lines (9 loc) 254 B
import { jsx } from "react/jsx-runtime"; import { RawHTML } from "@wordpress/element"; function save({ attributes }) { return /* @__PURE__ */ jsx(RawHTML, { children: attributes.text }); } export { save as default }; //# sourceMappingURL=save.js.map