@r2u/javascript-ar-sdk 6.8.21 → 6.8.22

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.
@@ -4,4 +4,6 @@ export declare const FiArrowLeft: React.FC<Props>;
4
4
  export declare const AiFillCheckCircle: React.FC<Props>;
5
5
  export declare const AiFillLike: React.FC<Props>;
6
6
  export declare const AiFillDislike: React.FC<Props>;
7
+ export declare const LightOff: React.FC<Props>;
8
+ export declare const LightOn: React.FC<Props>;
7
9
  export {};
@@ -1,5 +1,6 @@
1
1
  interface Props {
2
2
  expanded: boolean;
3
+ bloom: boolean;
3
4
  }
4
5
  export declare const Content: import("styled-components").StyledComponent<"div", any, Props, never>;
5
6
  export {};