UNPKG

@yuntijs/ui

Version:

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

4 lines (3 loc) 120 B
import type { Node } from 'unist'; declare const rehypePlugin: () => (tree: Node) => void; export default rehypePlugin;