mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
[angular-material] Adds missing methods openFrom, closeTo, and multiple to the IPresetDialog interface (#18611)
* Adds `openFrom`, `closeTo`, and `multiple` to IPresetDialog interface * Fixes tab spacing
This commit is contained in:
committed by
Sheetal Nandi
parent
42af8aa75a
commit
7883111a5b
3
types/angular-material/index.d.ts
vendored
3
types/angular-material/index.d.ts
vendored
@@ -61,6 +61,9 @@ declare module 'angular' {
|
||||
controllerAs(controllerAs?: string): T;
|
||||
parent(parent?: string | Element | JQuery): T; // default: root node
|
||||
ariaLabel(ariaLabel: string): T;
|
||||
openFrom(from: string | Element | Event | { top: number, left: number }): T;
|
||||
closeTo(to: string | Element | { top: number, left: number }): T;
|
||||
multiple(multiple: boolean): T;
|
||||
}
|
||||
|
||||
// tslint:disable-next-line no-empty-interface
|
||||
|
||||
Reference in New Issue
Block a user