UNPKG

rightui

Version:

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

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