UNPKG

@stackoverfloweth/prefect-design

Version:

A collection of low-level Vue components.

6 lines (5 loc) 192 B
import { WizardStep } from '@/types/wizard' import { kebabCase } from '@/utilities/strings' export function getStepKey(step: WizardStep): string { return step.key ?? kebabCase(step.title) }