UNPKG

@lobehub/ui

Version:

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

13 lines (12 loc) 437 B
import { Root } from "../../node_modules/@types/hast/index.mjs"; //#region src/Markdown/plugins/rehypeStreamAnimated.d.ts interface StreamAnimatedOptions { births?: number[]; fadeDuration?: number; nowMs?: number; revealed?: boolean; } declare const rehypeStreamAnimated: (options?: StreamAnimatedOptions) => (tree: Root) => void; //#endregion export { rehypeStreamAnimated }; //# sourceMappingURL=rehypeStreamAnimated.d.mts.map