Update d.ts files

This commit is contained in:
Mert Sincan 2024-05-16 15:05:43 +01:00
parent 5b1858f507
commit b4c4c064ad
114 changed files with 1351 additions and 1348 deletions

View file

@ -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.