chore(popper): add more options

This commit is contained in:
Benjamin Canac
2022-10-08 22:24:42 +02:00
parent 591e60dfc7
commit 237a673af3
2 changed files with 23 additions and 1 deletions

View File

@@ -7,4 +7,8 @@ export interface PopperOptions {
offsetSkid?: number
placement?: Placement
strategy?: PositioningStrategy
gpuAcceleration?: boolean
adaptive?: boolean
scroll?: boolean
resize?: boolean
}