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