CurrentSceneContext.d.ts 148 B

123
  1. import React from "react";
  2. export declare const CurrentSceneContext: React.Context<string | null>;
  3. //# sourceMappingURL=CurrentSceneContext.d.ts.map