interface SnackbarOptions {
    align?: "default" | "center";
    closeAutomatically?: boolean;
    closeDelay?: number;
    position?: "bottom" | "top";
}

Properties

align?: "default" | "center"
closeAutomatically?: boolean
closeDelay?: number
position?: "bottom" | "top"