Baptiste Studer
Results
1
comments of
Baptiste Studer
This is the type declaration file I created as a quick workaround: ```ts // react-scroll-sync.d.ts import "react-scroll-sync"; declare module "react-scroll-sync" { const ScrollSync: React.FC; const ScrollSyncPane: React.FC; export = {...