UNPKG

mobile-more

Version:

基于 antd-mobile v5 扩展移动端 UI 组件

8 lines (7 loc) 207 B
import React from 'react'; interface MediaViewerProps { url: string; mediaType: 'audio' | 'video'; } declare const MediaViewer: React.FunctionComponent<MediaViewerProps>; export default MediaViewer;