Update Paginator.d.ts
parent
5128b6e362
commit
f26621647d
|
@ -193,7 +193,7 @@ export interface PaginatorProps {
|
||||||
*/
|
*/
|
||||||
rowsPerPageOptions?: number[] | undefined;
|
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
|
* - FirstPageLink
|
||||||
* - PrevPageLink
|
* - PrevPageLink
|
||||||
|
|
Loading…
Reference in New Issue