interface SparklesProps {
    children?: ReactNode;
    color?: string;
}

Hierarchy

  • PropsWithChildren
    • SparklesProps

Properties

Properties

children?: ReactNode
color?: string