Missing .d.ts file for usetoast #645
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
PrimeVue 3.0.1 is missing the typescript declaration file and thus making
import { useToast } from 'primevue/usetoast';
create errors when imported into typescriptI have temporised by adding my own .d.ts file
The text was updated successfully, but these errors were encountered: