import React from 'react' import { type Meta, type StoryObj } from '@storybook/react' import { Button } from '~components/ButtonV1' import { Workflow } from '../' import { WorkflowControls } from './controls' const meta = { title: 'Pages/Workflow/Components/Footer', component: Workflow.Footer, argTypes: { ...WorkflowControls.nextAction, ...WorkflowControls.previousAction, ...WorkflowControls.currentStepId, }, args: { currentStepId: 'preview-step', steps: [ { label: 'Settings', id: 'settings-step' }, { label: 'Questions', id: 'questions-step' }, { label: 'Preview', id: 'preview-step' }, { label: 'Employees', id: 'employees-step' }, { label: 'Schedule', id: 'schedule-step' }, ], isComplete: false, previousAction: