mirror of
https://github.com/youzan/vant.git
synced 2026-05-08 01:07:46 +08:00
types(Toast): add ToastWrapperInstance export (#12166)
* types(Toast): add `ToastWrapperInstance` export. * docs(Toast): add `ToastWrapperInstance` type export.
This commit is contained in:
@@ -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' {
|
||||
|
||||
Reference in New Issue
Block a user