UNPKG

@odilo/buttons

Version:

Share buttons components for Angular and Ionic.

10 lines (9 loc) 242 B
import { ElementRef, EventEmitter } from '@angular/core'; export declare class ExpandButton { moreIcon: any; lessIcon: any; expanded: string; size: number; toggle: EventEmitter<boolean>; constructor(el: ElementRef); }