gatsby-plugin-typegen
gatsby-plugin-typegen copied to clipboard
Feature: Emit utility types for Gatsby
- [ ] PageProps: #74
- [ ] ~~PluginOptionsSchema: #121~~
- [ ] gatsby-node: #110
Gatsby provides a utility type PageProps contains Data and Context type parameters describe what injected into the page component.
Data can be the generated type from page queries, and Context is a subtype of the SitePageContext type.
The plugin knows what is the type for each page component and can automatically generate props type definitions.
#74