UNPKG

truly-ui

Version:

Web Components for Desktop Applications.

14 lines 430 B
import { InjectionToken } from '@angular/core'; export interface AutoCompleteConfig { labelSize?: string; textAlign?: string; height?: string; flatBorder?: string; withBorder?: string; labelPlacement?: string; identifier?: string; modelMode?: string; color?: string; } export declare let AUTOCOMPLETE_CONFIG: InjectionToken<AutoCompleteConfig>; //# sourceMappingURL=autocomplete.config.d.ts.map