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

36 lines (35 loc) 866 B
import { BaseStyle } from 'primeng/base'; import * as i0 from "@angular/core"; export declare class ImageCompareStyle extends BaseStyle { name: string; theme: ({ dt }: { dt: any; }) => string; classes: { root: string; slider: string; }; static ɵfac: i0.ɵɵFactoryDeclaration<ImageCompareStyle, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ImageCompareStyle>; } /** * * ImageCompare compares two images side by side with a slider. * * [Live Demo](https://www.primeng.org/imagecompare/) * * @module imagecomparestyle * */ export declare enum ImageCompareClasses { /** * Class name of the root element */ root = "p-imagecompare", /** * Class name of the slider element */ slider = "p-imagecompare-slider" } export interface ImageCompareStyle extends BaseStyle { }