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
38 lines (37 loc) • 962 B
TypeScript
import { BaseStyle } from 'primeng/base';
import * as i0 from "@angular/core";
export declare class FloatLabelStyle extends BaseStyle {
name: string;
theme: ({ dt }: {
dt: any;
}) => string;
classes: {
root: ({ instance, props }: {
instance: any;
props: any;
}) => (string | {
'p-floatlabel-over': boolean;
'p-floatlabel-on': boolean;
'p-floatlabel-in': boolean;
})[];
};
static ɵfac: i0.ɵɵFactoryDeclaration<FloatLabelStyle, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<FloatLabelStyle>;
}
/**
*
* FloatLabel visually integrates a label with its form element.
*
* [Live Demo](https://www.primeng.org/floatlabel/)
*
* @module floatlabelstyle
*
*/
export declare enum FloatLabelClasses {
/**
* Class name of the root element
*/
root = "p-floatlabel"
}
export interface FloatLabelStyle extends BaseStyle {
}