We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ba13a commit 1afbb63Copy full SHA for 1afbb63
src/utils/compute-positions-types.d.ts
@@ -16,7 +16,7 @@ export interface IComputePositions {
16
| 'bottom-end'
17
| 'left'
18
| 'left-start'
19
- | 'left-end';
+ | 'left-end'
20
offset?: number
21
strategy?: 'absolute' | 'fixed'
22
middlewares?: Middleware[]
0 commit comments