Sama UI Library
    Preparing search index...

    Interface SnackBarData

    interface SnackBarData {
        icon?: string;
        message: string;
        type: "error" | "custom" | "info" | "success";
    }
    Index

    Properties

    Properties

    icon?: string
    message: string
    type: "error" | "custom" | "info" | "success"