buefy icon indicating copy to clipboard operation
buefy copied to clipboard

TypeScript definition fixes

Open ElteHupkes opened this issue 2 years ago • 0 comments

I'm attempting to convert a project using Buefy to Vue3 using this fork, so far very successfully (thanks!). It's also using TypeScript, and I realized those definitions have probably not been touched. Here's a few basic ones, which at least make sure app.use(Buefy) isn't an error, and programmatic dialogs don't suggest onConfirm / onCancel anymore. I want to look at the other definitions for programmatic access later.

ElteHupkes avatar Dec 12 '22 13:12 ElteHupkes