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