UNPKG

@sjsf/shadcn-theme

Version:

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

10 lines (9 loc) 327 B
import type { Component } from 'svelte'; import type { Popover } from 'bits-ui'; declare module '../context.js' { interface ThemeComponents { Popover: Component<Popover.RootProps, {}, 'open'>; PopoverTrigger: Component<Popover.TriggerProps>; PopoverContent: Component<Popover.ContentProps>; } }