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