panel
panel copied to clipboard
Improve TypeScript typing for Component.helpers
Before this change (in PyCharm) navigating to Component.helpers.someMethod's definition would always take me to https://github.com/mixpanel/panel/blob/74dc4c21b3e1729ae5c38298d0fac64c23e58cc2/lib/index.d.ts#L53. With these typing changes, it'll now navigate to the definition in Component.config.helpers.someMethod.