From f26621647d0d17f4823d79205d51464343fbc864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Wed, 14 Jun 2023 17:28:21 +0300 Subject: [PATCH] Update Paginator.d.ts --- components/lib/paginator/Paginator.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/paginator/Paginator.d.ts b/components/lib/paginator/Paginator.d.ts index ac3cf18dc..f8142ce22 100755 --- a/components/lib/paginator/Paginator.d.ts +++ b/components/lib/paginator/Paginator.d.ts @@ -193,7 +193,7 @@ export interface PaginatorProps { */ rowsPerPageOptions?: number[] | undefined; /** - * Template of the paginator, can either be a string or an object with key-value pairs to define templates per breakpoint. + * Template of the paginator, can either be a string or an object with key-value pairs to define templates per breakpoint. Available templates are the following; * * - FirstPageLink * - PrevPageLink