import { WebViewExtBase } from './index.common'; export * from './index.common'; /** * Represents a standard WebView widget. */ export class AWebView extends WebViewExtBase {}