Hiyve Components - v1.0.0
    Preparing search index...

    Interface ConfettiEffectProps

    Props for the ConfettiEffect renderer.

    interface ConfettiEffectProps {
        duration: number;
        onComplete: () => void;
    }
    Index

    Properties

    Properties

    duration: number

    Animation duration in ms

    onComplete: () => void

    Called when animation completes