@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.
19 lines (15 loc) • 807 B
TypeScript
import * as i0 from '@angular/core';
declare class TdMenuComponent {
static ɵfac: i0.ɵɵFactoryDeclaration<TdMenuComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TdMenuComponent, "td-menu", never, {}, {}, never, ["[td-menu-header]", "*", "[td-menu-footer]"], true, never>;
}
/**
* @deprecated This module is deprecated and will be removed in future versions.
* Please migrate to using standalone components as soon as possible.
*/
declare class CovalentMenuModule {
static ɵfac: i0.ɵɵFactoryDeclaration<CovalentMenuModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentMenuModule, never, [typeof TdMenuComponent], [typeof TdMenuComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<CovalentMenuModule>;
}
export { CovalentMenuModule, TdMenuComponent };