@nova-ui/bits
Version:
SolarWinds Nova Framework
12 lines (11 loc) • 480 B
TypeScript
import * as i0 from "@angular/core";
/**
* <example-url>./../examples/index.html#/content</example-url>
*/
/** @ignore */
export declare class ContentComponent {
size: "small" | "normal" | "large";
getMessageClass(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<ContentComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ContentComponent, "nui-content", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
}