.dts changes

This commit is contained in:
Bahadır Sofuoğlu 2023-03-08 14:02:08 +03:00
parent 649d401152
commit 3832bd30a4
12 changed files with 164 additions and 164 deletions

View file

@ -596,7 +596,7 @@ export interface DataTableProps {
* - {first}
* - {last}
* - {totalRecords}
* @defaultValue ({currentPage} of {totalPages})
* @defaultValue '({currentPage} of {totalPages})'
*/
currentPageReportTemplate?: string | undefined;
/**