UNPKG
windups
Version:
alpha (1.2.0-alpha.6)
beta (1.0.0-beta.2)
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.2.0-alpha.6
1.2.0-alpha.5
1.2.0-alpha.4
1.2.0-alpha.3
1.2.0-alpha.2
1.2.0-alpha.1
1.2.0-alpha.0
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
1.0.0-beta.2
1.0.0-beta.1
A unique typewriter effect library for React.
windups.gwil.co
sgwilym/windups
windups
/
dist
/
react
/
CharWrapper.d.ts
8 lines
(7 loc)
•
222 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
*
as
React
from
"react"
;
declare
type
CharWrapperProps
= {
children
:
React
.
ReactNode
;
element
:
React
.
ElementType
; };
declare
const
CharWrapper
:
React
.
FC
<
CharWrapperProps
>;
export
default
CharWrapper
;