chore: update docs

This commit is contained in:
Enrico Sacchetti 2023-05-21 13:56:37 -04:00
commit 628593fdae
No known key found for this signature in database
GPG key ID: 3374B89ECA60D796
3 changed files with 11 additions and 11 deletions

View file

@ -40,7 +40,7 @@ export interface PaginationNavProps
backwardText?: string;
/**
* Set the position of the tooltip relative to the icon
* Set the position of the tooltip relative to the pagination buttons.
* @default "bottom"
*/
tooltipPosition?: "top" | "right" | "bottom" | "left" | "outside" | "inside";