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 9b76253 commit fc0a9fdCopy full SHA for fc0a9fd
src/utils/dynamic-position.d.ts
@@ -1,4 +1,4 @@
1
-export type PositionType = 'top' | 'top-left' | 'top-right' | 'bottom' | 'bottom-left' | 'bottem-right' | 'left' | 'right';
+export type PositionType = 'top' | 'top-left' | 'top-right' | 'bottom' | 'bottom-left' | 'bottom-right' | 'left' | 'right';
2
3
export const ANCHOR_POSITION: Record<PositionType, {
4
x: number,
0 commit comments