mirror of
https://github.com/zhigang1992/devhub.git
synced 2026-06-10 23:39:22 +08:00
4 lines
78 B
TypeScript
4 lines
78 B
TypeScript
declare module 'smoothscroll-polyfill' {
|
|
export function polyfill(): void
|
|
}
|