UNPKG

@yuntijs/ui

Version:

☁️ Yunti UI - an open-source UI component library for building Cloud Native web apps

10 lines 303 B
import Component from "./Component"; import rehypePlugin from "./rehypePlugin"; import { remarkCaptureThink } from "./remarkPlugin"; var AntThinkingElement = { Component: Component, rehypePlugin: rehypePlugin, remarkPlugins: remarkCaptureThink, tag: 'think' }; export default AntThinkingElement;