Skip to content

Commit

Permalink
Updated TypeScript declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed Dec 3, 2024
1 parent f9208fb commit 0a60aa1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions peaks.js.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ declare module 'peaks.js' {
endTime: number;
editable?: boolean;
color?: WaveformColor;
borderColor?: string;
markers?: boolean;
overlay?: boolean;
labelText?: string;
id?: string;
[userAttributes: string]: unknown;
Expand Down

0 comments on commit 0a60aa1

Please sign in to comment.