mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
types(Toast): add ToastWrapperInstance
export (#12166)
* types(Toast): add `ToastWrapperInstance` export. * docs(Toast): add `ToastWrapperInstance` type export.
This commit is contained in:
parent
1c40cf2e2a
commit
44d767e64f
@ -254,6 +254,7 @@ import type {
|
||||
ToastOptions,
|
||||
ToastPosition,
|
||||
ToastWordBreak,
|
||||
ToastWrapperInstance,
|
||||
} from 'vant';
|
||||
```
|
||||
|
||||
|
@ -273,6 +273,7 @@ import type {
|
||||
ToastOptions,
|
||||
ToastPosition,
|
||||
ToastWordBreak,
|
||||
ToastWrapperInstance,
|
||||
} from 'vant';
|
||||
```
|
||||
|
||||
|
@ -22,6 +22,7 @@ export type {
|
||||
ToastPosition,
|
||||
ToastThemeVars,
|
||||
ToastWordBreak,
|
||||
ToastWrapperInstance,
|
||||
} from './types';
|
||||
|
||||
declare module 'vue' {
|
||||
|
Loading…
x
Reference in New Issue
Block a user