UNPKG

@sjsf/shadcn-theme

Version:

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

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