Skip to content

Instantly share code, notes, and snippets.

@coffee-cup
Created October 23, 2019 12:46
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 coffee-cup/10d32a03917a4cf53043dd59aa6d5460 to your computer and use it in GitHub Desktop.
Save coffee-cup/10d32a03917a4cf53043dd59aa6d5460 to your computer and use it in GitHub Desktop.
// src/overrmind/index.ts
export const config = {
state: { /* ... */ },
actions: { /* ... */ }
}
export const useOvermind = createHook<typeof config>()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment