UNPKG

@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.

10 lines (9 loc) 273 B
import { MatDialogConfig } from '@angular/material/dialog'; export declare enum SubPageMode { pushed = "pushed", shifted = "shifted", none = "none" } export declare class CovalentSideSheetConfig<D = any> extends MatDialogConfig<D> { subPageMode?: string; }