UNPKG
@goodpie/html-typer
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Types out HTML into a view, supporting vanilla JS
github.com/goodpie/html-typer
GoodPie/html-typer
@goodpie/html-typer
/
dist
/
HtmlTyper.d.ts
7 lines
(6 loc)
•
222 B
TypeScript
View Raw
1
2
3
4
5
6
7
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
>;