panel icon indicating copy to clipboard operation
panel copied to clipboard

Improve TypeScript typing for Component.helpers

Open mduan opened this issue 3 years ago • 0 comments

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.

mduan avatar Jun 21 '22 18:06 mduan