mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-18 15:54:22 +00:00
fix: typo in PositionType value (#1444)
This commit is contained in:
parent
6a94b7a5f1
commit
cde435face
2
src/utils/dynamic-position.d.ts
vendored
2
src/utils/dynamic-position.d.ts
vendored
@ -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<PositionType, {
|
||||
x: number,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user