@sjsf/shadcn-theme
Version:
The shadcn-svelte based theme for svelte-jsonschema-form
6 lines (5 loc) • 299 B
TypeScript
import type { HTMLAttributes } from "svelte/elements";
import type { WithElementRef } from "bits-ui";
declare const DialogHeader: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
type DialogHeader = ReturnType<typeof DialogHeader>;
export default DialogHeader;