- default(): {
openLightbox: (() => void);
renderLightbox: ((props?) => null | Element);
}
-
Returns {
openLightbox: (() => void);
renderLightbox: ((props?) => null | Element);
}
-
openLightbox: (() => void)
-
renderLightbox: ((props?) => null | Element)
-
- (props?): null | Element
-
Parameters
-
Optional
props: Omit<LightboxExternalProps, "open" | "close">
Returns null | Element