sunrise-cms/types/globalTypes.d.ts

5 lines
217 B
TypeScript

export interface LOS {
highlightMap: (mapContainerElement: HTMLElement, mapKey: string, contextualClass: "success" | "danger") => void;
initializeUnlockFieldButtons: (containerElement: HTMLElement) => void;
}