|
| 1 | +// Generated by 'unplugin-auto-import' |
| 2 | +// We suggest you to commit this file into source control |
| 3 | +declare global { |
| 4 | + const computed: typeof import('vue-tui')['computed'] |
| 5 | + const createApp: typeof import('vue-tui')['createApp'] |
| 6 | + const customRef: typeof import('vue-tui')['customRef'] |
| 7 | + const defineAsyncComponent: typeof import('vue-tui')['defineAsyncComponent'] |
| 8 | + const defineComponent: typeof import('vue-tui')['defineComponent'] |
| 9 | + const effectScope: typeof import('vue-tui')['effectScope'] |
| 10 | + const EffectScope: typeof import('vue-tui')['EffectScope'] |
| 11 | + const getCurrentInstance: typeof import('vue-tui')['getCurrentInstance'] |
| 12 | + const getCurrentScope: typeof import('vue-tui')['getCurrentScope'] |
| 13 | + const h: typeof import('vue-tui')['h'] |
| 14 | + const inject: typeof import('vue-tui')['inject'] |
| 15 | + const isReadonly: typeof import('vue-tui')['isReadonly'] |
| 16 | + const isRef: typeof import('vue-tui')['isRef'] |
| 17 | + const markRaw: typeof import('vue-tui')['markRaw'] |
| 18 | + const nextTick: typeof import('vue-tui')['nextTick'] |
| 19 | + const onActivated: typeof import('vue-tui')['onActivated'] |
| 20 | + const onBeforeMount: typeof import('vue-tui')['onBeforeMount'] |
| 21 | + const onBeforeUnmount: typeof import('vue-tui')['onBeforeUnmount'] |
| 22 | + const onBeforeUpdate: typeof import('vue-tui')['onBeforeUpdate'] |
| 23 | + const onDeactivated: typeof import('vue-tui')['onDeactivated'] |
| 24 | + const onErrorCaptured: typeof import('vue-tui')['onErrorCaptured'] |
| 25 | + const onMounted: typeof import('vue-tui')['onMounted'] |
| 26 | + const onRenderTracked: typeof import('vue-tui')['onRenderTracked'] |
| 27 | + const onRenderTriggered: typeof import('vue-tui')['onRenderTriggered'] |
| 28 | + const onScopeDispose: typeof import('vue-tui')['onScopeDispose'] |
| 29 | + const onServerPrefetch: typeof import('vue-tui')['onServerPrefetch'] |
| 30 | + const onUnmounted: typeof import('vue-tui')['onUnmounted'] |
| 31 | + const onUpdated: typeof import('vue-tui')['onUpdated'] |
| 32 | + const provide: typeof import('vue-tui')['provide'] |
| 33 | + const reactive: typeof import('vue-tui')['reactive'] |
| 34 | + const readonly: typeof import('vue-tui')['readonly'] |
| 35 | + const ref: typeof import('vue-tui')['ref'] |
| 36 | + const resolveComponent: typeof import('vue-tui')['resolveComponent'] |
| 37 | + const shallowReactive: typeof import('vue-tui')['shallowReactive'] |
| 38 | + const shallowReadonly: typeof import('vue-tui')['shallowReadonly'] |
| 39 | + const shallowRef: typeof import('vue-tui')['shallowRef'] |
| 40 | + const toRaw: typeof import('vue-tui')['toRaw'] |
| 41 | + const toRef: typeof import('vue-tui')['toRef'] |
| 42 | + const toRefs: typeof import('vue-tui')['toRefs'] |
| 43 | + const triggerRef: typeof import('vue-tui')['triggerRef'] |
| 44 | + const unref: typeof import('vue-tui')['unref'] |
| 45 | + const useAttrs: typeof import('vue-tui')['useAttrs'] |
| 46 | + const useSlots: typeof import('vue-tui')['useSlots'] |
| 47 | + const watch: typeof import('vue-tui')['watch'] |
| 48 | + const watchEffect: typeof import('vue-tui')['watchEffect'] |
| 49 | +} |
| 50 | +export {} |
0 commit comments