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) • 725 B
TypeScript
import { BaseStyle } from 'primeng/base';
import * as i0 from "@angular/core";
export declare class FluidStyle extends BaseStyle {
name: string;
classes: {
root: string;
};
theme: ({ dt }: {
dt: any;
}) => string;
static ɵfac: i0.ɵɵFactoryDeclaration<FluidStyle, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<FluidStyle>;
}
/**
*
* Fluid is a layout component to make descendant components span full width of their container.
*
* [Live Demo](https://www.primeng.org/fluid/)
*
* @module fluidstyle
*
*/
export declare enum FluidClasses {
/**
* Class name of the root element
*/
root = "p-fluid"
}
export interface FluidStyle extends BaseStyle {
}