UNPKG

@infinityfx/lively

Version:

Feature complete, lightweight react animation library.

12 lines (11 loc) 377 B
import { AnimatableProps } from "../animatable"; /** * Wrap around text to animate it. * * @see {@link https://lively.infinityfx.dev/docs/components/typable} */ declare function Typable({ children, stagger, staggerLimit, ...props }: AnimatableProps): import("react/jsx-runtime").JSX.Element; declare namespace Typable { var isLively: boolean; } export default Typable;