UNPKG

rightui

Version:

Beautiful UI library for Svelte. Based on shadcn-svelte. For Wonrity

5 lines (4 loc) 295 B
import { Select as SelectPrimitive } from "bits-ui"; declare const SelectScrollUpButton: import("svelte").Component<WithoutChildrenOrChild<SelectPrimitive.ScrollUpButtonProps>, {}, "ref">; type SelectScrollUpButton = ReturnType<typeof SelectScrollUpButton>; export default SelectScrollUpButton;