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

31 lines (30 loc) 704 B
import { BaseStyle } from 'primeng/base'; import * as i0 from "@angular/core"; export declare class BlockUiStyle extends BaseStyle { name: string; theme: ({ dt }: { dt: any; }) => string; classes: { root: string; }; static ɵfac: i0.ɵɵFactoryDeclaration<BlockUiStyle, never>; static ɵprov: i0.ɵɵInjectableDeclaration<BlockUiStyle>; } /** * * BlockUI represents people using icons, labels and images. * * [Live Demo](https://www.primeng.org/blockui) * * @module blockuistyle * */ export declare enum BlockUIClasses { /** * Class name of the root element */ root = "p-blockui" } export interface BlockUIStyle extends BaseStyle { }