UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

7 lines (6 loc) 289 B
import { DropdownHeightCalculationSchemaItem } from './dropdown-height-schema-item'; export interface DropdownHeightCalculationSchema { small: DropdownHeightCalculationSchemaItem; medium: DropdownHeightCalculationSchemaItem; large: DropdownHeightCalculationSchemaItem; }