UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

14 lines (13 loc) 440 B
import { Root } from "hast"; //#region src/Markdown/plugins/rehypeStreamAnimated.d.ts interface StreamAnimatedOptions { baseCharCount?: number; charDelay?: number; fadeDuration?: number; revealed?: boolean; timelineElapsedMs?: number; } declare const rehypeStreamAnimated: (options?: StreamAnimatedOptions) => (tree: Root) => void; //#endregion export { rehypeStreamAnimated }; //# sourceMappingURL=rehypeStreamAnimated.d.mts.map