/** * #web_view.ts * * Code generated by ts-proto. DO NOT EDIT. * @packageDocumentation */ import type { WebViewFullScreenVisibilityEffect } from "./fullscreen.js"; import type { WebViewPostMessageEffect } from "./post_message.js"; /** Effect to communicate and control WebViews */ export type WebViewEffect = { postMessage?: WebViewPostMessageEffect | undefined; fullscreen?: WebViewFullScreenVisibilityEffect | undefined; }; //# sourceMappingURL=web_view.d.ts.map