UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

9 lines (8 loc) 164 B
/** * The breadcrumb structure. */ export interface Breadcrumb { label: string; emphasized?: boolean; action?: MsftSme.Action1<MouseEvent>; }