UNPKG

claritykit-svelte

Version:

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

11 lines 547 B
/** * 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'; export type { ApprovalWorkflowProps, ProjectSuggestion, ProjectModifications, ApprovalActionEvent, WorkflowStep, Priority, Complexity, SuggestionStatus, TaskStatus } from './types.js'; //# sourceMappingURL=index.d.ts.map