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
18 lines (17 loc) • 778 B
TypeScript
import { BaseComponent } from 'primeng/basecomponent';
import { FluidStyle } from './style/fluidstyle';
import * as i0 from "@angular/core";
/**
* Fluid is a layout component to make descendant components span full width of their container.
* @group Components
*/
export declare class Fluid extends BaseComponent {
_componentStyle: FluidStyle;
static ɵfac: i0.ɵɵFactoryDeclaration<Fluid, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<Fluid, "p-fluid", never, {}, {}, never, ["*"], true, never>;
}
export declare class FluidModule {
static ɵfac: i0.ɵɵFactoryDeclaration<FluidModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<FluidModule, never, [typeof Fluid], [typeof Fluid]>;
static ɵinj: i0.ɵɵInjectorDeclaration<FluidModule>;
}