Files
flowbite-vue/dist/components/FwbToast/composables/useToast.d.ts

3 lines
106 B
TypeScript

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