diff --git a/src/leaf/map/fullscreen/control/added-listener.ts b/src/leaf/map/fullscreen/control/added-listener.ts index b66803e..fdfbf39 100644 --- a/src/leaf/map/fullscreen/control/added-listener.ts +++ b/src/leaf/map/fullscreen/control/added-listener.ts @@ -11,7 +11,7 @@ import { type UseBooleanGet } from '@stassi/leaf' export type ControlAddedListenerOptions = { map: { control: { - anchor: UpdateControlAnchorTitleAnchorOptions & ControlAnchor + anchor: ControlAnchor & UpdateControlAnchorTitleAnchorOptions container: { element: HTMLElement } } fullscreen: { state: { get: UseBooleanGet } }