@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
12 lines (11 loc) • 385 B
text/typescript
import { Root } from "hast";
//#region src/Markdown/plugins/rehypeStreamAnimated.d.ts
interface StreamAnimatedOptions {
baseCharCount?: number;
charDelay?: number;
revealed?: boolean;
}
declare const rehypeStreamAnimated: (options?: StreamAnimatedOptions) => (tree: Root) => void;
//#endregion
export { rehypeStreamAnimated };
//# sourceMappingURL=rehypeStreamAnimated.d.mts.map