@ant-design/x-markdown
Version:
placeholder for @ant-design/x-markdown
16 lines (15 loc) • 560 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.StreamCacheTokenType = void 0;
let StreamCacheTokenType = exports.StreamCacheTokenType = /*#__PURE__*/function (StreamCacheTokenType) {
StreamCacheTokenType["Text"] = "text";
StreamCacheTokenType["Link"] = "link";
StreamCacheTokenType["Image"] = "image";
StreamCacheTokenType["Html"] = "html";
StreamCacheTokenType["Emphasis"] = "emphasis";
StreamCacheTokenType["List"] = "list";
StreamCacheTokenType["Table"] = "table";
return StreamCacheTokenType;
}({});