Skip to content

Commit

Permalink
fix: add missing rate property
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Jun 16, 2019
1 parent 0e4ebc6 commit fb795a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/useSpeech.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import useSetState from './useSetState';

export interface SpeechState {
isPlaying: boolean;
rate: number;
volume: number;
}

Expand Down

0 comments on commit fb795a6

Please sign in to comment.