@100mslive/roomkit-react 0.2.2-alpha.4 → 0.2.2-alpha.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,7 +23,7 @@ import {
23
23
  styled,
24
24
  usePollViewToggle,
25
25
  useTheme
26
- } from "./chunk-S5NNUR2M.js";
26
+ } from "./chunk-DY3FWEXJ.js";
27
27
 
28
28
  // src/Prebuilt/layouts/HLSView.jsx
29
29
  init_define_process_env();
@@ -984,4 +984,4 @@ var HLSView_default = HLSView;
984
984
  export {
985
985
  HLSView_default as default
986
986
  };
987
- //# sourceMappingURL=HLSView-DPM6YJWZ.js.map
987
+ //# sourceMappingURL=HLSView-U346BIZQ.js.map
@@ -9,5 +9,5 @@ export declare const ChatActions: ({ showPinAction, onReply, onReplyGroup, showR
9
9
  sentByLocalPeer: boolean;
10
10
  isMobile: boolean;
11
11
  openSheet: boolean;
12
- setOpenSheet: (value: boolean) => void;
12
+ setOpenSheet: (value: boolean, e?: React.MouseEvent<HTMLElement, MouseEvent>) => void;
13
13
  }) => React.JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const getFormattedTime: (milliseconds: number | undefined) => string;