UNPKG

markdown-flow-ui

Version:

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

4 lines (3 loc) 155 B
import * as React from "react"; declare function Input({ className, type, ...props }: React.ComponentProps<"input">): React.JSX.Element; export { Input };