You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The return type of hrefBuilder is string, not void.
// index.d.ts
/**
* The method is called to generate the href attribute value on tag a of each page element.
*/
hrefBuilder?(
pageIndex: number,
pageCount: number,
selectedPage: number
): void;
The text was updated successfully, but these errors were encountered:
The return type of
hrefBuilder
isstring
, notvoid
.The text was updated successfully, but these errors were encountered: