Function showToast

  • Parameters

    • option: Partial<{
          duration: number;
          message: string;
          overlay: boolean;
          type: "html" | "text";
      }>

    Returns {
        clear: (() => void);
    }

    • clear: (() => void)
        • (): void
        • Returns void

Generated using TypeDoc