Interface ModulesConfig

interface ModulesConfig {
    confetti: ConfettiConfig;
    dropper: DropperConfig;
    notifier: NotifyConfig;
    popper: PopperConfig;
    throwing: ThrowingConfig;
}

Properties

confetti: ConfettiConfig
dropper: DropperConfig
notifier: NotifyConfig
popper: PopperConfig
throwing: ThrowingConfig