Sama UI Library
    Preparing search index...
    interface SnackBarOptions {
        duration: number;
        message: string;
        type: "error" | "success";
    }
    Index

    Properties

    Properties

    duration: number
    message: string
    type: "error" | "success"