svelte-settings
Version:
> [!WARNING] > This project is a work in progress. Do not use it in any of your projects yet.
5 lines (4 loc) • 304 B
TypeScript
import { Select as SelectPrimitive } from "bits-ui";
declare const SelectScrollUpButton: import("svelte").Component<Omit<Omit<SelectPrimitive.ScrollUpButtonProps, "child">, "children">, {}, "ref">;
type SelectScrollUpButton = ReturnType<typeof SelectScrollUpButton>;
export default SelectScrollUpButton;