yariksav / vuetify-dialog

Easy dialogs in Vuetify.js framework
MIT License
195 stars 48 forks source link

Incorrect index.d.ts #135

Open heggi opened 3 years ago

heggi commented 3 years ago

Params for method prompt describe as prompt (options: DialogConfirmOptions): Promise<any>, but method prompt must be take object with properties rules, textField and other

AlexTM84 commented 2 years ago

Same problem here!! It would be great if you could update the file