xlibs-components
Version:
Modern React component library with Aceternity, MagicUI, and ShadCN components for building beautiful web applications
9 lines • 324 B
TypeScript
interface BoxRevealProps {
children: JSX.Element;
width?: "fit-content" | "100%";
boxColor?: string;
duration?: number;
}
export declare const BoxReveal: ({ children, width, boxColor, duration, }: BoxRevealProps) => import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=box-reveal.d.ts.map