angular2-mdl
Version:
Angular 2 components, directives and styles based on material design lite https://getmdl.io.
14 lines (13 loc) • 572 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
export * from './mdl-layout.component';
export * from './mdl-layout-header.component';
export * from './mdl-layout-drawer.component';
export * from './mdl-layout-content.component';
export * from './mdl-layout-header-transparent.directive';
export * from './mdl-layout-header-row.component';
export * from './mdl-layout-title.component';
export * from './mdl-layout-spacer.component';
export * from './mdl-layout-tab-panel.component';
export declare class MdlLayoutModule {
static forRoot(): ModuleWithProviders;
}