UNPKG
@arwes/text
Version:
latest (1.0.0-next.25020502)
1.0.0-next.25020502
1.0.0-next.25020501
1.0.0-next.24111501
1.0.0-next.24091701
1.0.0-next.24091102
1.0.0-next.24091101
1.0.0-next.24082701
1.0.0-next.24080101
1.0.0-next.24072801
1.0.0-next.24072501
1.0.0-next.24072301
1.0.0-next.24071501
1.0.0-next.24061301
1.0.0-next.24051001
1.0.0-next.24050801
1.0.0-next.24050601
1.0.0-next.24042901
1.0.0-next.24042701
1.0.0-next.24042601
1.0.0-next.24042301
1.0.0-next.24041901
1.0.0-next.24041802
1.0.0-next.24041801
1.0.0-next.7
1.0.0-next.5
1.0.0-next.4
1.0.0-next.3
1.0.0-alpha.23
1.0.0-alpha.21
1.0.0-alpha.20
Futuristic Sci-Fi UI Web Framework
arwes.dev
arwes/arwes
@arwes/text
/
build
/
esm
/
getAnimationTextDuration
/
getAnimationTextDuration.d.ts
8 lines
(7 loc)
•
251 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
interface
GetAnimationTextDurationProps
{
length
:
number
;
maxDuration
?:
number
;
charactersPerSecond
?:
number
; }
declare
const
getAnimationTextDuration
:
(
props
:
GetAnimationTextDurationProps
) =>
number
;
export
{ getAnimationTextDuration };