UNPKG

claritykit-svelte

Version:

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

8 lines 673 B
export { default as Progress } from './Progress.svelte'; export { default as CircularProgress } from './CircularProgress.svelte'; export { default as SteppedProgress } from './SteppedProgress.svelte'; export { default as StackedProgress } from './StackedProgress.svelte'; export { default as AnimatedProgress } from './AnimatedProgress.svelte'; export type { ProgressType, ProgressSize, ProgressColor, ProgressVariant, ProgressAnimationType, StepStatus, ProgressStep, ProgressSegment } from './types'; export type { CircularProgressProps, SteppedProgressProps, StackedProgressProps, AnimatedProgressProps, ProgressProps } from './types'; //# sourceMappingURL=index.d.ts.map