UNPKG

aurelia-materialize-bridge

Version:
11 lines (10 loc) 266 B
export declare class MdCollection { private element; constructor(element: Element); anchor: HTMLDivElement; attached(): void; getSelected(): any[]; clearSelection(): void; selectAll(): void; toggleIndex(index: any): void; }