AtomicQuery.d.ts 102 B

12345
  1. interface Window {
  2. atomicQuery: any;
  3. loadCode: (codeUrl) => void;
  4. saveCode: () => void;
  5. }