/* * PluginBase.ts * * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT license. * * Base export for the iOS implementation of the plugin. */ import * as Types from '../common/Types'; import WebView from '../native-common/WebView'; export { WebView as default, Types };