import { observable } from "mobx"; import { observer } from "mobx-react"; import { OpenIcon } from "outline-icons"; import * as React from "react"; import styled from "styled-components"; // This wrapper allows us to pass non-standard HTML attributes through to the DOM element // https://www.styled-components.com/docs/basics#passed-props // @ts-expect-error ts-migrate(7006) FIXME: Parameter 'props' implicitly has an 'any' type. const Iframe = (props) =>