index.d.ts 184 B

1234567
  1. import { FC } from "react";
  2. export interface WebVRProps {
  3. url: string;
  4. [key: string]: unknown;
  5. }
  6. export declare const WebVR: FC<WebVRProps>;
  7. //# sourceMappingURL=index.d.ts.map