UNPKG

claritykit-svelte

Version:

A comprehensive Svelte component library focused on accessibility, ADHD-optimized design, developer experience, and full SSR compatibility

4 lines 258 B
export { default as CollaborativeChart } from './CollaborativeChart.svelte'; export type { CollaborativeUser, ChartAnnotation, CollaborativeState } from './CollaborativeChart.svelte'; export * from './collaboration-utils'; //# sourceMappingURL=index.d.ts.map