pull/3689/head
Tuğçe Küçükoğlu 2023-02-28 17:47:48 +03:00
parent 3ea85cff0b
commit fac9ede556
1 changed files with 3 additions and 2 deletions

View File

@ -523,7 +523,7 @@ export interface DataTableStateEvent {
}
/**
* Defines valid properties in Datatable component.
* Defines valid properties in DataTable component.
*/
export interface DataTableProps {
/**
@ -836,8 +836,9 @@ export interface DataTableProps {
*/
filterInputProps?: InputHTMLAttributes | undefined;
}
/**
* Defines valid slots in Datatable component.
* Defines valid slots in DataTable component.
*/
export interface DataTableSlots {
/**