UNPKG

truly-ui

Version:

Web Components for Desktop Applications.

16 lines 460 B
import { InjectionToken } from '@angular/core'; export interface DropdownConfig { labelSize?: string; maxHeight?: string; itemHeight?: string; width?: string; labelPlacement?: string; color?: string; keyText?: string; keyValue?: string; debounceTime?: number; modelMode?: string; identifier?: string; } export declare let DROPDOWN_CONFIG: InjectionToken<DropdownConfig>; //# sourceMappingURL=dropdown.config.d.ts.map