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
/
HtmlTyperProps.d.ts
8 lines
(7 loc)
•
158 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
React
from
"react"
;
export
interface
HTMLTyperProps
{
html
:
string
;
speed
?:
number
;
className
?:
string
;
style
?:
React
.
CSSProperties
; }