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