UNPKG

@sjsf/shadcn4-theme

Version:

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

8 lines (7 loc) 267 B
import type { Component } from 'svelte'; import type { Slider, WithoutChildrenOrChild } from 'bits-ui'; declare module '../context.js' { interface ThemeComponents { Slider: Component<WithoutChildrenOrChild<Slider.RootProps>, {}, 'value' | 'ref'>; } }