Skip to content

Commit 0a60aa1

Browse files
committed
Updated TypeScript declarations
1 parent f9208fb commit 0a60aa1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

peaks.js.d.ts

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ declare module 'peaks.js' {
2525
endTime: number;
2626
editable?: boolean;
2727
color?: WaveformColor;
28+
borderColor?: string;
29+
markers?: boolean;
30+
overlay?: boolean;
2831
labelText?: string;
2932
id?: string;
3033
[userAttributes: string]: unknown;

0 commit comments

Comments
 (0)