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