UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

9 lines (8 loc) 243 B
export declare enum LegendPosition { Top = "top", Right = "right" } export declare module LegendPosition { type Bindable = LegendPosition | 'top' | 'right'; function fromBindableType(value: Bindable): LegendPosition; }