UNPKG

@goodpie/html-typer

Version:

Types out HTML into a view, supporting vanilla JS

7 lines (6 loc) 222 B
import React from 'react'; import { HTMLTyperProps } from "./HtmlTyperProps"; /** * HTMLTyper is a React component that renders HTML with a typewriter effect. */ export declare const HtmlTyper: React.FC<HTMLTyperProps>;