mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +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/dataview/DataView.d.ts
vendored
4
components/lib/dataview/DataView.d.ts
vendored
|
@ -61,7 +61,7 @@ export interface DataViewSharedPassThroughMethodOptions {
|
|||
|
||||
/**
|
||||
* Custom page event.
|
||||
* @see {@link DataViewEmits.page}
|
||||
* @see {@link DataViewEmitsOptions.page}
|
||||
*/
|
||||
export interface DataViewPageEvent {
|
||||
/**
|
||||
|
@ -313,7 +313,7 @@ export interface DataViewSlots {
|
|||
/**
|
||||
* Defines valid slots in DataView component.
|
||||
*/
|
||||
interface DataViewEmitsOptions {
|
||||
export interface DataViewEmitsOptions {
|
||||
/**
|
||||
* Emitted when the first changes.
|
||||
* @param {number} value - New value.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue