@sjsf/shadcn-theme
Version:
The shadcn-svelte based theme for svelte-jsonschema-form
8 lines (7 loc) • 339 B
TypeScript
import { Popover as PopoverPrimitive } from "bits-ui";
type $$ComponentProps = PopoverPrimitive.ContentProps & {
portalProps?: PopoverPrimitive.PortalProps;
};
declare const PopoverContent: import("svelte").Component<$$ComponentProps, {}, "ref">;
type PopoverContent = ReturnType<typeof PopoverContent>;
export default PopoverContent;