UNPKG

zarm

Version:

基于 React 的移动端UI库

4 lines (3 loc) 154 B
import type { Images } from '../interface'; declare const showOriginButton: (images: Images, index?: number) => boolean; export default showOriginButton;