UNPKG

ng-toggle-button

Version:
21 lines (20 loc) 659 B
import { toggleConfig, valueConfig } from "./ng-toggle.component"; import * as i0 from "@angular/core"; export declare class NgToggleConfig { value?: any; name?: string; disabled?: boolean; height?: number; width?: number; margin?: number; fontSize?: number; speed?: number; color?: string | toggleConfig; switchColor?: string | toggleConfig; labels?: boolean | toggleConfig; values?: valueConfig; fontColor?: string | toggleConfig; textAlign?: string | toggleConfig; static ɵfac: i0.ɵɵFactoryDeclaration<NgToggleConfig, never>; static ɵprov: i0.ɵɵInjectableDeclaration<NgToggleConfig>; }