Skip to content

Commit

Permalink
Refactor #1560
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Sep 20, 2021
1 parent ff78ee4 commit dfb679e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/speeddial/SpeedDial.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ declare class SpeedDial extends Vue {
rotateAnimation?: boolean;
className?: string;
styles?: any;
tooltipOptions?: any;
$emit(eventName: 'click', event: Event): this;
$emit(eventName: 'show'): this;
$emit(eventName: 'hide'): this;
Expand Down

0 comments on commit dfb679e

Please sign in to comment.