mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 07:21:46 +01:00
chore: improve types export
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { ToastProps } from '#ui/types'
|
||||
import { useState } from '#imports'
|
||||
import type { ToastProps } from '../types'
|
||||
|
||||
export interface Toast extends Omit<ToastProps, 'defaultOpen'> {
|
||||
id: string | number
|
||||
|
||||
Reference in New Issue
Block a user