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
* For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
44
44
* @param {string} type The link or button type to format ('page' | 'first' | 'last' | 'next' | 'previous' | 'start-ellipsis' | 'end-ellipsis'). Defaults to 'page'.
45
-
* @param {number} page The page number to format.
46
-
* @param {bool} selected If true, the current page is selected.
45
+
* @param {number | null} page The page number to format.
46
+
* @param {boolean} selected If true, the current page is selected.
* For localization purposes, you can use the provided [translations](/material-ui/guides/localization/).
178
178
* @param {string} type The link or button type to format ('page' | 'first' | 'last' | 'next' | 'previous' | 'start-ellipsis' | 'end-ellipsis'). Defaults to 'page'.
179
-
* @param {number} page The page number to format.
180
-
* @param {bool} selected If true, the current page is selected.
179
+
* @param {number | null} page The page number to format.
180
+
* @param {boolean} selected If true, the current page is selected.
0 commit comments