@page-speed/lightbox 0.1.1 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,4 +7,4 @@ import { LightboxProps } from "../types";
7
7
  * That keeps it easy to integrate into the Semantic Site Builder while
8
8
  * still providing strong defaults for keyboard and scroll handling.
9
9
  */
10
- export declare function Lightbox(props: LightboxProps): import("react/jsx-runtime").JSX.Element;
10
+ export declare function Lightbox(props: LightboxProps): import("react/jsx-runtime").JSX.Element | null;