UNPKG

712 BTypeScriptView Raw
1import { ModuleWithProviders } from '@angular/core';
2/**
3 * Content of a card, needed as it's used as a selector in the API.
4 */
5export declare class MdCardContent {
6}
7/**
8 * Title of a card, needed as it's used as a selector in the API.
9 */
10export declare class MdCardTitle {
11}
12/**
13 * Sub-title of a card, needed as it's used as a selector in the API.
14 */
15export declare class MdCardSubtitle {
16}
17/**
18 * Action section of a card, needed as it's used as a selector in the API.
19 */
20export declare class MdCardActions {
21}
22export declare class MdCard {
23}
24export declare class MdCardHeader {
25}
26export declare class MdCardTitleGroup {
27}
28export declare class MdCardModule {
29 static forRoot(): ModuleWithProviders;
30}