We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 604b076 commit f1858a3Copy full SHA for f1858a3
index.d.ts
@@ -20,8 +20,8 @@ export interface ILightBoxProps {
20
animationDuration?: number;
21
keyRepeatLimit?: number;
22
keyRepeatKeyupBonus?: number;
23
- imageTitle?: string;
24
- imageCaption?: string;
+ imageTitle?: React.ReactNode | string;
+ imageCaption?: React.ReactNode | string;
25
imageCrossOrigin?: string;
26
toolbarButtons?: React.ReactNode[];
27
reactModalStyle?: any;
0 commit comments