UNPKG

markdown-flow-ui

Version:

A React UI library for rendering markdown with interactive flow components, typewriter effects, and plugin support

3 lines (2 loc) 131 B
import { AppProps } from 'next/app'; export default function App({ Component, pageProps }: AppProps): import("react").JSX.Element;