mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 10:20:42 +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,5 +1,5 @@
|
||||
import { useState } from '#imports'
|
||||
import type { ToastProps } from '../types/index'
|
||||
import type { ToastProps } from '../types'
|
||||
|
||||
export interface Toast extends Omit<ToastProps, 'defaultOpen'> {
|
||||
id: string | number
|
||||
|
||||
Reference in New Issue
Block a user