UNPKG
react-photo-viewr
Version:
latest (0.6.3)
0.6.3
0.6.2
0.6.1
0.6.0
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
一款精致的 React 的图片预览组件
github.com/MinJieLiu/react-photo-view
MinJieLiu/react-photo-view
react-photo-viewr
/
dist
/
PhotoConsumer.d.ts
9 lines
(8 loc)
•
242 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
React
from
'react'
;
export
interface
IPhotoConsumer
{
src
:
string
;
intro
?:
React
.
ReactNode
;
children
?:
React
.
ReactElement
<
any
>; }
declare
const
PhotoConsumer
:
React
.
FC
<
IPhotoConsumer
>;
export
default
PhotoConsumer
;