UNPKG

@material-git/all

Version:
6 lines (5 loc) 233 B
import { MdError } from '../core'; /** Exception thrown when a ComponentPortal is attached to a DomPortalHost without an origin. */ export declare class MdDialogContentAlreadyAttachedError extends MdError { constructor(); }