UNPKG

@antv/f6-plugin

Version:
14 lines (11 loc) 244 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = getHtml; function getHtml(content) { if (content === void 0) { content = ''; } return "\n <root> \n " + content + "\n </root>"; }