UNPKG

@goodpie/html-typer

Version:

Types out HTML into a view, supporting vanilla JS

8 lines (7 loc) 158 B
import React from "react"; export interface HTMLTyperProps { html: string; speed?: number; className?: string; style?: React.CSSProperties; }