Skip to content

Instantly share code, notes, and snippets.

@wernerdegroot
Created June 12, 2019 19:22
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 wernerdegroot/9f106f1d58d277786248ccf9dc9ed321 to your computer and use it in GitHub Desktop.
Save wernerdegroot/9f106f1d58d277786248ccf9dc9ed321 to your computer and use it in GitHub Desktop.
Blog "Leibniz equality in TypeScript"
type GraphProps = {
activities: Activity[]
dayStart: number
dayEnd: number
onZoomIn: () => void
onZoomOut: () => void
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment