mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
@@ -220,9 +220,8 @@ class ToastCmp {
|
||||
}
|
||||
|
||||
export interface ToastOptions {
|
||||
title?: string;
|
||||
message?: string;
|
||||
cssClass?: string;
|
||||
buttons?: Array<any>;
|
||||
duration?: number;
|
||||
showCloseButton?: boolean;
|
||||
closeButtonText?: string;
|
||||
|
||||
Reference in New Issue
Block a user