mirror of
https://github.com/rowyio/rowy.git
synced 2026-02-24 04:01:17 +01:00
5 lines
89 B
TypeScript
5 lines
89 B
TypeScript
declare module "react-element-scroll-hook" {
|
|
const hook: any;
|
|
export default hook;
|
|
}
|