@ant-design/x-markdown
Version:
placeholder for @ant-design/x-markdown
10 lines • 417 B
JavaScript
export let 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;
}({});