{"version":3,"sources":["../../src/chat/use-session-ref.ts"],"sourcesContent":["import type { ChatSession as ChatSessionType } from \"@whop/embedded-components-vanilla-js/types\";\n\nimport { useRef } from \"react\";\n\nexport function useChatSessionRef() {\n\tconst ref = useRef<{\n\t\tchatSession: ChatSessionType | null;\n\t}>(null);\n\treturn ref;\n}\n"],"mappings":";AAEA,SAAS,cAAc;AAEhB,SAAS,oBAAoB;AACnC,QAAM,MAAM,OAET,IAAI;AACP,SAAO;AACR;","names":[]}