mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-19 13:09:28 +01:00
5 lines
89 B
TypeScript
5 lines
89 B
TypeScript
|
|
declare module "react-element-scroll-hook" {
|
||
|
|
const hook: any;
|
||
|
|
export default hook;
|
||
|
|
}
|