xlibs-components
Version:
Modern React component library with Aceternity, MagicUI, and ShadCN components for building beautiful web applications
11 lines • 462 B
TypeScript
interface TypingAnimationProps extends React.HTMLAttributes<HTMLElement> {
children: string;
className?: string;
duration?: number;
delay?: number;
as?: React.ElementType;
startOnView?: boolean;
}
export declare function TypingAnimation({ children, className, duration, delay, as: Component, startOnView, ...props }: TypingAnimationProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=typing-animation.d.ts.map