Table of Contents

**@arolariu/components**


@arolariu/components / FireworksBackgroundProps

Interface: FireworksBackgroundProps

Defined in: components/ui/fireworks-background.tsx:188

Extends

  • Omit<React.HTMLAttributes<HTMLDivElement>, "color">

Properties

canvasProps?

optional canvasProps: HTMLAttributes<HTMLCanvasElement>

Defined in: components/ui/fireworks-background.tsx:189


population?

optional population: number

Defined in: components/ui/fireworks-background.tsx:190


color?

optional color: string | string[]

Defined in: components/ui/fireworks-background.tsx:191


fireworkSpeed?

optional fireworkSpeed: number | { min: number; max: number; }

Defined in: components/ui/fireworks-background.tsx:192


fireworkSize?

optional fireworkSize: number | { min: number; max: number; }

Defined in: components/ui/fireworks-background.tsx:193


particleSpeed?

optional particleSpeed: number | { min: number; max: number; }

Defined in: components/ui/fireworks-background.tsx:194


particleSize?

optional particleSize: number | { min: number; max: number; }

Defined in: components/ui/fireworks-background.tsx:195