UNPKG

nep-m2

Version:

Angular 2 Material Neptune Fork

22 lines (21 loc) 638 B
import { MdError } from '../core'; /** * Exception thrown when menu trigger doesn't have a valid md-menu instance */ export declare class MdMenuMissingError extends MdError { constructor(); } /** * Exception thrown when menu's x-position value isn't valid. * In other words, it doesn't match 'before' or 'after'. */ export declare class MdMenuInvalidPositionX extends MdError { constructor(); } /** * Exception thrown when menu's y-position value isn't valid. * In other words, it doesn't match 'above' or 'below'. */ export declare class MdMenuInvalidPositionY extends MdError { constructor(); }