UNPKG

primeng

Version:

PrimeNG is an open source UI library for Angular featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeB

28 lines (27 loc) 744 B
import { BaseStyle } from 'primeng/base'; import * as i0 from "@angular/core"; export declare class InputSwitchStyle extends BaseStyle { name: string; theme: ({ dt }: { dt: any; }) => string; classes: { root: ({ instance }: { instance: any; }) => { 'p-toggleswitch p-component': boolean; 'p-toggleswitch-checked': any; 'p-disabled': any; 'p-invalid': any; }; input: string; slider: string; }; inlineStyles: { root: { position: string; }; }; static ɵfac: i0.ɵɵFactoryDeclaration<InputSwitchStyle, never>; static ɵprov: i0.ɵɵInjectableDeclaration<InputSwitchStyle>; }