UNPKG

adui

Version:

<div> <img src="https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png" style="margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;" /> </div>

12 lines (11 loc) 203 B
import File from "./File"; import Img from "./Img"; export interface IUpload { File: typeof File; Img: typeof Img; } /** * 上传组件 */ declare const Upload: IUpload; export default Upload;