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