Files
flowbite-vue/dist/components/FwbToast/composables/useToast.d.ts
2024-03-12 05:28:28 +01:00

3 lines
106 B
TypeScript

import type { UseToastInjection } from '../types';
export declare function useToast(): UseToastInjection;