react-photo-view
Advanced tools
Comparing version 0.3.9 to 0.3.10
@@ -13,3 +13,3 @@ /// <reference types="react" /> | ||
} | ||
export default function VisibleAnimationHandle({ visible, currentImage, children, }: VisibleHandleProps): JSX.Element | null; | ||
export default function VisibleAnimationHandle({ visible, currentImage, children }: VisibleHandleProps): JSX.Element | null; | ||
export {}; |
import React from 'react'; | ||
import { dataType } from './types'; | ||
export declare type onShowType = (key?: string) => void; | ||
export declare type addItemType = ({ key, src, originRef, intro, }: dataType) => void; | ||
export declare type addItemType = ({ key, src, originRef, intro }: dataType) => void; | ||
export declare type removeItemType = (key?: string) => void; | ||
@@ -6,0 +6,0 @@ export interface PhotoContextType { |
{ | ||
"name": "react-photo-view", | ||
"version": "0.3.9", | ||
"version": "0.3.10", | ||
"description": "一款精致的 React 的图片预览组件", | ||
@@ -5,0 +5,0 @@ "author": "MinJieLiu", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
403215
32
4062