xlibs-components
Version:
Modern React component library with Aceternity, MagicUI, and ShadCN components for building beautiful web applications
17 lines • 743 B
TypeScript
import React from "react";
export declare const GlowingStarsBackgroundCard: ({ className, children, }: {
className?: string;
children?: React.ReactNode;
}) => import("react/jsx-runtime").JSX.Element;
export declare const GlowingStarsDescription: ({ className, children, }: {
className?: string;
children?: React.ReactNode;
}) => import("react/jsx-runtime").JSX.Element;
export declare const GlowingStarsTitle: ({ className, children, }: {
className?: string;
children?: React.ReactNode;
}) => import("react/jsx-runtime").JSX.Element;
export declare const Illustration: ({ mouseEnter }: {
mouseEnter: boolean;
}) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=glowing-stars-background-card.d.ts.map