UNPKG
@zhangke-ui/t-ui-plus
Version:
latest (1.5.2)
1.5.2
1.5.1
1.5.0
Vue3 中基于Element-plus二次封装基础组件文档
wocwin.github.io/t-ui-plus/
wocwin/t-ui-plus
@zhangke-ui/t-ui-plus
/
lib
/
channelTree
/
src
/
shims-vue.d.ts
5 lines
•
151 B
TypeScript
View Raw
1
2
3
4
5
declare
module
'*.vue'
{
import
type
{
DefineComponent
}
from
'vue'
const
component
:
DefineComponent
<{}, {},
any
>
export
default
component }