UNPKG

svelte-5-ui-lib

Version:

Svelte 5 UI Lib is a UI library built from scratch to leverage Svelte 5's runes system, creating smooth, reactive components.

6 lines (5 loc) 193 B
import './chart.css'; import { type ChartProps as Props } from '.'; declare const Chart: import("svelte").Component<Props, {}, "">; type Chart = ReturnType<typeof Chart>; export default Chart;