UNPKG

y-taro-ui

Version:

基于taro的表单解决方案 & 基础组件

8 lines (7 loc) 383 B
import React from 'react'; import { WebViewProps as TaWebViewProps } from '@tarojs/components'; import { PopupProps } from '../Popup'; import './index.less'; export declare type WebViewProps = Pick<PopupProps, 'onClose' | 'visable' | 'title' | 'destroyOnClose'> & TaWebViewProps; export declare const WebView: React.NamedExoticComponent<WebViewProps>; export default WebView;