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