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

@ -63,7 +63,7 @@ export interface PanelSharedPassThroughMethodOptions {
/**
* Custom toggle event.
* @see {@link PanelEmits.toggle}
* @see {@link PanelEmitsOptions.toggle}
*/
export interface PanelToggleEvent {
/**
@ -243,7 +243,7 @@ export interface PanelSlots {
/**
* Defines valid emits in Panel component.
*/
interface PanelEmitsOptions {
export interface PanelEmitsOptions {
/**
* Emitted when the collapsed changes.
* @param {boolean} value - New value.