Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
okejminja committed Nov 24, 2023
1 parent 99947f7 commit 9313185
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/Mirt.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@ const defaultOptions: MirtOptions = {
};

const Mirt = ({
className,
style,
file,
onChange,
onAudioLoaded,
onWaveformLoaded,
onError,
start: startValueOverwrite,
end: endValueOverwrite,
options,
}: MirtProps) => {
className,
style,
file,
onChange,
onAudioLoaded,
onWaveformLoaded,
onError,
start: startValueOverwrite,
end: endValueOverwrite,
options,
}: MirtProps) => {
const config = { ...defaultOptions, ...options };

const start = useRef<HTMLInputElement>(null);
Expand Down

0 comments on commit 9313185

Please sign in to comment.