UNPKG

@sjsf/shadcn-theme

Version:

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

5 lines (4 loc) 226 B
import { Separator as SeparatorPrimitive } from "bits-ui"; declare const Separator: import("svelte").Component<SeparatorPrimitive.RootProps, {}, "ref">; type Separator = ReturnType<typeof Separator>; export default Separator;