mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Update d.ts files
This commit is contained in:
parent
5b1858f507
commit
b4c4c064ad
114 changed files with 1351 additions and 1348 deletions
4
components/lib/rating/Rating.d.ts
vendored
4
components/lib/rating/Rating.d.ts
vendored
|
@ -123,7 +123,7 @@ export interface RatingContext {
|
|||
|
||||
/**
|
||||
* Custom change event.
|
||||
* @see {@link RatingEmits.change}
|
||||
* @see {@link RatingEmitsOptions.change}
|
||||
*/
|
||||
export interface RatingChangeEvent {
|
||||
/**
|
||||
|
@ -231,7 +231,7 @@ export interface RatingSlots {
|
|||
/**
|
||||
* Defines valid emits in Rating component.
|
||||
*/
|
||||
interface RatingEmitsOptions {
|
||||
export interface RatingEmitsOptions {
|
||||
/**
|
||||
* Emitted when the value changes.
|
||||
* @param {number} value - New value.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue