index.d.ts 181 B

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