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

47 lines (46 loc) 1.27 kB
import { BaseStyle } from 'primeng/base'; import * as i0 from "@angular/core"; export declare class DrawerStyle extends BaseStyle { name: string; theme: ({ dt }: { dt: any; }) => string; classes: { mask: ({ instance }: { instance: any; }) => { [x: string]: any; 'p-drawer-mask': boolean; 'p-overlay-mask p-overlay-mask-enter': any; 'p-drawer-open': any; 'p-drawer-full': any; }; root: ({ instance }: { instance: any; }) => { 'p-drawer p-component': boolean; 'p-drawer-full': any; }; header: string; title: string; pcCloseButton: string; content: string; footer: string; }; inlineStyles: { mask: ({ instance }: { instance: any; }) => { position: string; height: string; width: string; left: number; top: number; display: string; flexDirection: string; alignItems: string; }; }; static ɵfac: i0.ɵɵFactoryDeclaration<DrawerStyle, never>; static ɵprov: i0.ɵɵInjectableDeclaration<DrawerStyle>; }