all repos — onyx @ main

minimal map annotation and location data sharing tool

src/19-modal.ts (raw)

1
2
3
4
5
interface Modal {
  self(): HTMLElement | null;
  visible(): boolean;
  setVisible(v: boolean): void;
}