{"version":3,"sources":["../src/noop.tsx"],"sourcesContent":["import type { ReactNode } from \"react\";\nimport type { RiffrecContextValue, SessionResult } from \"./types\";\n\nexport function RiffrecProvider({ children }: { children?: ReactNode }): ReactNode {\n  return children ?? null;\n}\n\nexport function useRiffrec(): RiffrecContextValue {\n  return {\n    start: async () => {},\n    stop: async (): Promise<SessionResult | null> => null,\n    status: \"disabled\",\n    isEnabled: false\n  };\n}\n\nexport function RiffrecRecorder(): null {\n  return null;\n}\n\nexport type * from \"./types\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAGO,SAAS,gBAAgB,EAAE,SAAS,GAAwC;AACjF,SAAO,YAAY;AACrB;AAEO,SAAS,aAAkC;AAChD,SAAO;AAAA,IACL,OAAO,YAAY;AAAA,IAAC;AAAA,IACpB,MAAM,YAA2C;AAAA,IACjD,QAAQ;AAAA,IACR,WAAW;AAAA,EACb;AACF;AAEO,SAAS,kBAAwB;AACtC,SAAO;AACT;","names":[]}