Skip to content

Instantly share code, notes, and snippets.

@ljmotta
Created October 14, 2020 18:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ljmotta/9d063ff6197e426e0450d905be3ec272 to your computer and use it in GitHub Desktop.
Save ljmotta/9d063ff6197e426e0450d905be3ec272 to your computer and use it in GitHub Desktop.
PingPong
import { PingPongApi } from "../api";
export interface PingPong extends PingPongApi {
reactComponent?(): React.ReactNode;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment