mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-25 09:20:36 +01:00
fix(types): no longer need to import types with /index suffix
Solved in https://github.com/unjs/mkdist/pull/244
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { ref, inject } from 'vue'
|
||||
import type { ShallowRef, Component, InjectionKey } from 'vue'
|
||||
import { createSharedComposable } from '@vueuse/core'
|
||||
import type { ModalProps } from '../types/index'
|
||||
import type { ModalProps } from '../types'
|
||||
import type { ComponentProps } from '../types/component'
|
||||
|
||||
export interface ModalState {
|
||||
|
||||
Reference in New Issue
Block a user