UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

5 lines (4 loc) 124 B
import { WizardStage } from './wizard-stage'; export interface WizardNavigationInterface { stages: WizardStage[]; }