Update description in documentation

Co-authored-by: Enrico Sacchetti <esacchetti@gmail.com>
This commit is contained in:
Sam 2023-05-21 15:35:41 +10:00 committed by GitHub
commit 0c923ebf72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@
export let backwardText = "Previous page";
/**
* Set the position of the tooltip relative to the icon
* Set the position of the tooltip relative to the pagination buttons.
* @type {"top" | "right" | "bottom" | "left" | "outside" | "inside"}
*/
export let tooltipPosition = "bottom";