UNPKG

truly-ui

Version:

Web Components for Desktop Applications.

12 lines 353 B
import { InjectionToken } from '@angular/core'; export interface InputConfig { labelSize?: string; textAlign?: string; height?: string; flatBorder?: string; withBorder?: string; labelPlacement?: string; color?: string; } export declare let INPUT_CONFIG: InjectionToken<InputConfig>; //# sourceMappingURL=input.config.d.ts.map