export type iframeOptions = {
  src: string,
  name?: string,
  title?: string,
  frameborder?: number | boolean,
  width?: number | null,
  height?: number | null
}