UNPKG

xlibs-components

Version:

Modern React component library with Aceternity, MagicUI, and ShadCN components for building beautiful web applications

6 lines 248 B
import { ComponentPropsWithoutRef, FC } from "react"; export interface TextRevealProps extends ComponentPropsWithoutRef<"div"> { children: string; } export declare const TextReveal: FC<TextRevealProps>; //# sourceMappingURL=text-reveal.d.ts.map