UNPKG

rb-fab-speed-dial

Version:

Fab speed dial for angular and material2.

19 lines (18 loc) 480 B
import { OnInit, EventEmitter } from '@angular/core'; export declare class RbFabSpeedDialComponent implements OnInit { actions: boolean; state: string; animationDone: boolean; direction: string; mode: string; color: string; openIcon: string; closeIcon: string; open: EventEmitter<boolean>; clickon(event: Event): void; clickout(): void; constructor(); ngOnInit(): void; toggle(): void; done(): void; }