UNPKG

@arwes/text

Version:

Futuristic Sci-Fi UI Web Framework

8 lines (7 loc) 251 B
interface GetAnimationTextDurationProps { length: number; maxDuration?: number; charactersPerSecond?: number; } declare const getAnimationTextDuration: (props: GetAnimationTextDurationProps) => number; export { getAnimationTextDuration };