mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-24 08:50:34 +01:00
chore: improve types export
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { ref, inject } from 'vue'
|
||||
import type { ShallowRef, Component, InjectionKey } from 'vue'
|
||||
import { createSharedComposable } from '@vueuse/core'
|
||||
import type { SlideoverProps } from '#ui/types'
|
||||
import type { ComponentProps } from '#ui/types/component'
|
||||
import type { SlideoverProps } from '../types'
|
||||
import type { ComponentProps } from '../types/component'
|
||||
|
||||
export interface SlideoverState {
|
||||
component: Component | string
|
||||
|
||||
Reference in New Issue
Block a user