UNPKG

@makolabs/ripple

Version:

Simple Svelte 5 powered component library ✨

5 lines (4 loc) 182 B
import { type ChartProps } from '../index.js'; declare const Chart: import("svelte").Component<ChartProps<any>, {}, "">; type Chart = ReturnType<typeof Chart>; export default Chart;