@sjsf/shadcn-theme
Version:
The shadcn-svelte based theme for svelte-jsonschema-form
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;