Types: Missing types in PrimeVueLocaleOptions #2855
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
core.js
file is defining default locale values, unfortunatelyPrimeVue.d.ts
is missing some of the keys such asemptySelectionMessage
andemptySearchMessage
.When using TypeScript an error will occur when trying to overwrite those keys
Reproducer
No response
PrimeVue version
3.6
Vue version
3.x
Language
TypeScript
Build / Runtime
TypeScript
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
Types should include values provided in core.js
The text was updated successfully, but these errors were encountered: