mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
feat(module): add support for vue using unplugin (#2416)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
5
vue-plugin.d.ts
vendored
Normal file
5
vue-plugin.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { Plugin } from 'vue'
|
||||
|
||||
declare const plugin: Plugin
|
||||
|
||||
export default plugin
|
||||
Reference in New Issue
Block a user