Skip to content

Commit 29f7ddd

Browse files
committed
chore: add v4 todo
1 parent f93f89d commit 29f7ddd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export type LightboxExternalProps = DeepPartial<
2020

2121
/** Lightbox properties */
2222
export interface LightboxProps {
23+
// TODO v4: consider https://github.com/igordanchenko/yet-another-react-lightbox/issues/374
2324
/** if `true`, the lightbox is open */
2425
open: boolean;
2526
/** a callback to close the lightbox */

0 commit comments

Comments
 (0)