build: add type (#685)

* build: add type

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update
This commit is contained in:
zazzaz
2020-11-26 23:09:31 +08:00
committed by GitHub
parent 79ce9ae5a2
commit b1bdb6de8b
61 changed files with 99 additions and 58 deletions

View File

@@ -1,6 +1,6 @@
import { createVNode, reactive, ref, toRefs, h, Transition, render, VNode } from 'vue'
import { removeClass } from '@element-plus/utils/dom'
import type { ILoadingCreateComponentParams, ILoadingInstance } from './loading'
import type { ILoadingCreateComponentParams, ILoadingInstance } from './loading.type'
export function createLoadingComponent({ options , globalLoadingOption }: ILoadingCreateComponentParams): ILoadingInstance {
let vm: VNode = null