feat(Tooltip): adding option to show popper arrow (#868)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
Conner
2023-10-26 08:41:42 -05:00
committed by GitHub
parent 8ba2a791e4
commit 4ce23746da
8 changed files with 65 additions and 13 deletions

View File

@@ -11,4 +11,5 @@ export interface PopperOptions {
adaptive?: boolean
scroll?: boolean
resize?: boolean
arrow?: boolean
}