UNPKG
flowtoken-next
Version:
latest (1.0.66)
1.0.66
1.0.65
1.0.61
1.0.60
1.0.59
1.0.58
1.0.57
1.0.56
1.0.55

flowtoken-next
/
dist
/
components
/
SmoothText.d.ts
9 lines
(8 loc)
•
217 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
React
from
'react'
;
interface
SmoothTextProps
{
incomingText
:
string
;
windowSize
:
number
;
delayMultiplier
?:
number
; }
declare
const
SmoothText
:
React
.
FC
<
SmoothTextProps
>;
export
default
SmoothText
;