Fixed #3595 - Locale: endsWith typing error on d.ts
parent
1b17013ee3
commit
f1b1cdf189
|
@ -70,7 +70,7 @@ interface PrimeVueLocaleOptions {
|
|||
startsWith?: string;
|
||||
contains?: string;
|
||||
notContains?: string;
|
||||
endWith?: string;
|
||||
endsWith?: string;
|
||||
equals?: string;
|
||||
notEquals?: string;
|
||||
noFilter?: string;
|
||||
|
|
Loading…
Reference in New Issue