ToastType type presentation exported

Last updated: 2026-03-04T23:21:38.429Z

Metrics

LOC: 1 Complexity: 1 Params: 0

Signature

type ToastType

Summary

Toast notification utility — shows a temporary message in the UI. Framework-agnostic, works in popup, options and devtools panel.

Source Code

export type ToastType = "success" | "error" | "info" | "warning";

No outgoing dependencies.

No incoming dependencies.