import { type IframeAttributes } from "https://deno.land/x/voks_web_elements@5.1.21/html/iframe.ts";
definition: { src?: string; srcdoc?: string; name?: string; sandbox?: string; allow?: string; allowfullscreen?: boolean; height?: number; width?: number; loading?: string; referrerpolicy?: string; } & HTMLGlobalAttributes