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