INIT
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import type { ScrollLockProps } from "./index.js";
|
||||
declare const ScrollLock: import("svelte").Component<ScrollLockProps, {}, "">;
|
||||
type ScrollLock = ReturnType<typeof ScrollLock>;
|
||||
export default ScrollLock;
|
||||
Reference in New Issue
Block a user