UNPKG
saturn-ui
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.11
1.1.10
1.1.9
1.1.0
1.0.0
0.0.4
0.0.3
0.0.2
0.0.1
🪐 一款轻量级、模块化的Web可视化UI组件库(含大屏、GIS、图表、视频、后台等模块) 👍
saturn.hfxtsk.cn
hfxtsk/saturn-ui
saturn-ui
/
typings
/
shims-vue.d.ts
9 lines
(8 loc)
•
204 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
// vue
declare
module
'*.vue'
{
import
{
App
, defineComponent }
from
'vue'
const
component
:
ReturnType
<
typeof
defineComponent> & {
install
(
app
:
App
):
void
}
export
default
component }