11import { App } from "vue" ;
2+ import ToastContainer from "./components/ToastContainer.vue" ;
3+ import Toast from "./components/Toast.vue" ;
4+ import ToastProgress from "./components/ToastProgress.vue" ;
25import { ToastDefaultOptions } from "./types" ;
3- import * as Types from "./types" ;
4- declare const _default : {
5- ToastContainer : import ( "vue" ) . DefineComponent < { } , { } , any , import ( "vue" ) . ComputedOptions , import ( "vue" ) . MethodOptions , import ( "vue" ) . ComponentOptionsMixin , import ( "vue" ) . ComponentOptionsMixin , Record < string , any > , string , import ( "vue" ) . VNodeProps & import ( "vue" ) . AllowedComponentProps & import ( "vue" ) . ComponentCustomProps , Readonly < { } & { } & { } > , { } > ;
6- ToastProgress: import ( "vue" ) . DefineComponent < { } , { } , any , import ( "vue" ) . ComputedOptions , import ( "vue" ) . MethodOptions , import ( "vue" ) . ComponentOptionsMixin , import ( "vue" ) . ComponentOptionsMixin , Record < string , any > , string , import ( "vue" ) . VNodeProps & import ( "vue" ) . AllowedComponentProps & import ( "vue" ) . ComponentCustomProps , Readonly < { } & { } & { } > , { } > ;
7- Toast: import ( "vue" ) . DefineComponent < { } , { } , any , import ( "vue" ) . ComputedOptions , import ( "vue" ) . MethodOptions , import ( "vue" ) . ComponentOptionsMixin , import ( "vue" ) . ComponentOptionsMixin , Record < string , any > , string , import ( "vue" ) . VNodeProps & import ( "vue" ) . AllowedComponentProps & import ( "vue" ) . ComponentCustomProps , Readonly < { } & { } & { } > , { } > ;
8- VueToastr: {
9- install: ( app : App < any > , options : ToastDefaultOptions ) => void ;
10- } ;
11- Types: typeof Types ;
6+ export * from "./types" ;
7+ declare const VueToastr : {
8+ install : ( app : App , options : ToastDefaultOptions ) => void ;
129} ;
13- export default _default ;
10+ export { ToastContainer , ToastProgress , Toast , VueToastr } ;
1411//# sourceMappingURL=main.d.ts.map
0 commit comments