UNPKG

zarm

Version:

基于 React 的移动端UI库

6 lines (5 loc) 168 B
import { ImagePreviewProps } from './ImagePreview'; declare const show: (props: Omit<ImagePreviewProps, 'visible'>) => { close: () => void; }; export default show;