Files

3 lines
106 B
TypeScript

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