UNPKG

@dfinity/gix-components

Version:
6 lines (5 loc) 144 B
export interface WizardStep { readonly name: string; readonly title: string; } export type WizardSteps = [WizardStep, ...WizardStep[]];