@covalent/core
Version:
Core Teradata UI Platform for layouts, icons, custom components and themes. This should be added as a dependency for any project that wants to use layouts, icons and themes for Angular Material.
9 lines (8 loc) • 531 B
TypeScript
import * as i0 from "@angular/core";
export declare class TdUserProfileMenuComponent {
email?: string;
name?: string;
_blockEvent(event: Event): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TdUserProfileMenuComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TdUserProfileMenuComponent, "td-user-profile-menu", never, { "email": { "alias": "email"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, ["[td-user-info-list]", "[td-user-action-list]"], false, never>;
}