claritykit-svelte
Version:
A comprehensive Svelte component library focused on accessibility, ADHD-optimized design, developer experience, and full SSR compatibility
10 lines (9 loc) • 327 B
JavaScript
/**
* ApprovalWorkflow Component Export
*
* A comprehensive multi-step approval workflow component for handling
* complex project suggestions with modification, conflict resolution,
* and error recovery capabilities.
*/
export { default as ApprovalWorkflow } from './ApprovalWorkflow.svelte';
export * from './types.js';