@yuntijs/ui
Version:
☁️ Yunti UI - an open-source UI component library for building Cloud Native web apps
8 lines (7 loc) • 337 B
TypeScript
/// <reference types="react" />
export declare const markdownElements: {
Component: import("react").NamedExoticComponent<import("react").PropsWithChildren<import("./AntThinking/Component").ThinkProps>>;
rehypePlugin: () => (tree: import("unist").Node) => void;
remarkPlugins: () => (tree: any) => void;
tag: string;
}[];