eolant / vuetify-toast-snackbar

Basic Vue toast service that uses Vuetify Snackbar component.
MIT License
128 stars 36 forks source link

VuetifyToastObject.queueable is not found #9

Closed rfukumaCoresoft closed 5 years ago

rfukumaCoresoft commented 5 years ago

https://github.com/eolant/vuetify-toast-snackbar/blob/master/src/index.d.ts

export interface VuetifyToastObject {
  x?: string
  y?: string
  color?: string
  icon?: string
  classes? : string | object | Array<object | string>
  timeout?: number
  dismissable?: boolean
  autoHeight? : boolean
  multiLine? : boolean
  vertical? : boolean
  shorts? : any
}
eolant commented 5 years ago

Thanks!