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 a37238b commit f9208fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions peaks.js.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,10 @@ declare module 'peaks.js' {
timeLabelPrecision?: number;
/** Show or hide the time axis labels */
showAxisLabels?: boolean;
/** Height of the axis markers at the top of the waveform */
axisTopMarkerHeight?: number;
/** Height of the axis markers at the top of the waveform */
axisBottomMarkerHeight?: number;
/** Returns a string for the axis label timestamps */
formatAxisTime?: FormatTimeFunction;
/**
Expand Down

0 comments on commit f9208fb

Please sign in to comment.