all repos — onyx @ 7ef255c556f3cf4d7889d58120319550a9bea53e

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;
}