mirror of
https://github.com/nuxt/ui.git
synced 2026-09-14 19:51:10 +08:00
c79acc15b0
This reverts commit 71e98a4024.
6 lines
87 B
TypeScript
6 lines
87 B
TypeScript
import type { Plugin } from 'vue'
|
|
|
|
declare const plugin: Plugin
|
|
|
|
export default plugin
|