UNPKG

@sjsf/shadcn-theme

Version:

The shadcn-svelte based theme for svelte-jsonschema-form

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