UNPKG

@sjsf-lab/shadcn-extras-theme

Version:

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

5 lines (4 loc) 205 B
import { RatingGroup } from 'bits-ui'; declare const StarRating: import("svelte").Component<RatingGroup.RootProps, {}, "value">; type StarRating = ReturnType<typeof StarRating>; export default StarRating;