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
51 lines (47 loc) • 1.66 kB
TypeScript
import { BaseComponent } from 'primeng/basecomponent';
import { BaseStyle } from 'primeng/base';
import * as i0 from '@angular/core';
import * as i1 from '@angular/common';
import * as i2 from 'primeng/api';
import * as i3 from '@angular/router';
/**
*
* IftaLabel visually integrates a label within its form element.
*
* [Live Demo](https://www.primeng.org/iftalabel/)
*
* @module iftalabelstyle
*
*/
declare enum IftaLabelClasses {
/**
* Class name of the root element
*/
root = "p-iftalabel"
}
declare class IftaLabelStyle extends BaseStyle {
name: string;
theme: string;
classes: {
root: string;
};
static ɵfac: i0.ɵɵFactoryDeclaration<IftaLabelStyle, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<IftaLabelStyle>;
}
interface IftaLabelStyle extends BaseStyle {
}
/**
* IftaLabel is used to create infield top aligned labels.
* @group Components
*/
declare class IftaLabel extends BaseComponent {
_componentStyle: IftaLabelStyle;
static ɵfac: i0.ɵɵFactoryDeclaration<IftaLabel, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<IftaLabel, "p-iftalabel, p-iftaLabel, p-ifta-label", never, {}, {}, never, ["*"], true, never>;
}
declare class IftaLabelModule {
static ɵfac: i0.ɵɵFactoryDeclaration<IftaLabelModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<IftaLabelModule, never, [typeof IftaLabel, typeof i1.CommonModule, typeof i2.SharedModule, typeof i3.RouterModule], [typeof IftaLabel, typeof i2.SharedModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<IftaLabelModule>;
}
export { IftaLabel, IftaLabelClasses, IftaLabelModule, IftaLabelStyle };