Skip to content

Commit f9208fb

Browse files
committed
Updated TypeScript declarations
1 parent a37238b commit f9208fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

peaks.js.d.ts

+4
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,10 @@ declare module 'peaks.js' {
292292
timeLabelPrecision?: number;
293293
/** Show or hide the time axis labels */
294294
showAxisLabels?: boolean;
295+
/** Height of the axis markers at the top of the waveform */
296+
axisTopMarkerHeight?: number;
297+
/** Height of the axis markers at the top of the waveform */
298+
axisBottomMarkerHeight?: number;
295299
/** Returns a string for the axis label timestamps */
296300
formatAxisTime?: FormatTimeFunction;
297301
/**

0 commit comments

Comments
 (0)