UNPKG

rightui

Version:

Beautiful UI library for Svelte. Based on shadcn-svelte. For Wonrity

9 lines (8 loc) 279 B
import { type ChartConfig } from "./chart-utils.js"; type $$ComponentProps = { id: string; config: ChartConfig; }; declare const ChartStyle: import("svelte").Component<$$ComponentProps, {}, "">; type ChartStyle = ReturnType<typeof ChartStyle>; export default ChartStyle;