mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Datatable d.ts fixes
This commit is contained in:
parent
a8970d5a1f
commit
018867d564
3 changed files with 3 additions and 15 deletions
2
components/datatable/DataTable.d.ts
vendored
2
components/datatable/DataTable.d.ts
vendored
|
@ -1109,7 +1109,7 @@ export interface DataTableEmits {
|
|||
*
|
||||
* @group Component
|
||||
*/
|
||||
export declare class DataTable extends ClassComponent<DataTableProps, DataTableSlots, DataTableEmits> {
|
||||
declare class DataTable extends ClassComponent<DataTableProps, DataTableSlots, DataTableEmits> {
|
||||
/**
|
||||
* Exports the data to CSV format.
|
||||
* @param {DataTableExportCSVOptions} [options] - Export options.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue