Interface ConfettiConfig

interface ConfettiConfig {
    maxItems: number;
}

Properties

Properties

maxItems: number