UNPKG
pttx-plugin
Version:
latest (1.0.0)
1.0.0
评论插件
gitee.com/derekgo/tool-collection/blob/master/customVideo/vue3/pluginVersion/v1/README.md
pttx-plugin
/
lib
/
index.d.ts
4 lines
(3 loc)
•
94 B
TypeScript
View Raw
1
2
3
4
import
{
App
}
from
"vue"
;
declare
const
install
:
(
Vue
:
App
) =>
void
;
export
default
install;