EffectKind type exported

Last updated: 2026-03-05T20:47:10.119Z

Metrics

LOC: 8 Complexity: 1 Params: 0

Signature

type EffectKind

Summary

All supported visual effect kinds

Source Code

export type EffectKind =
  | "label"
  | "grow"
  | "zoom"
  | "pin"
  | "shake"
  | "confetti"
  | "spotlight";

No outgoing dependencies.

No incoming dependencies.