@sjsf/shadcn4-theme
Version:
The shadcn-svelte based theme for svelte-jsonschema-form
7 lines (6 loc) • 352 B
TypeScript
import { type WithElementRef } from "../../../utils.js";
import type { HTMLAttributes } from "svelte/elements";
type $$ComponentProps = WithElementRef<HTMLAttributes<HTMLDivElement>> & {};
declare const SelectLabel: import("svelte").Component<$$ComponentProps, {}, "ref">;
type SelectLabel = ReturnType<typeof SelectLabel>;
export default SelectLabel;