webamp
Version:
Winamp 2 implemented in HTML5 and JavaScript
9 lines (8 loc) • 312 B
TypeScript
import * as React from "react";
import { FilePicker } from "../../types";
interface Props {
analyser: AnalyserNode;
filePickers: FilePicker[];
}
declare const MainWindow: React.MemoExoticComponent<({ analyser, filePickers }: Props) => import("react/jsx-runtime").JSX.Element>;
export default MainWindow;