UNPKG

@arwes/text

Version:

Futuristic Sci-Fi UI Web Framework

9 lines (8 loc) 341 B
import { type Animation } from '@arwes/animated'; import type { AnimateTextProps } from '../types.js'; type AnimateTextDecipherProps = AnimateTextProps & { characters?: string; }; declare const animateTextDecipher: (props: AnimateTextDecipherProps) => Animation; export type { AnimateTextDecipherProps }; export { animateTextDecipher };