init component
This commit is contained in:
6
node_modules/buetify/lib/composables/toast/useToast.d.ts
generated
vendored
Executable file
6
node_modules/buetify/lib/composables/toast/useToast.d.ts
generated
vendored
Executable file
@@ -0,0 +1,6 @@
|
||||
import { Slots } from 'vue';
|
||||
import { UseNoticeProps } from '../noticeController';
|
||||
export declare function useToast(props?: UseNoticeProps, slots?: Slots): {
|
||||
open: (options: import("../noticeController").OpenNoticeOptions) => void;
|
||||
close: () => void;
|
||||
};
|
||||
Reference in New Issue
Block a user