diff --git a/src/utils/dynamic-position.d.ts b/src/utils/dynamic-position.d.ts index 942c3d95..75c27ba1 100644 --- a/src/utils/dynamic-position.d.ts +++ b/src/utils/dynamic-position.d.ts @@ -1,4 +1,4 @@ -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'; export const ANCHOR_POSITION: Record