UNPKG

react-streamify-play

Version:

react-streamify-play is a simple yet customizable video player for reactjs.

7 lines (6 loc) 211 B
import "./index.css"; import { Video } from "./utils/Video"; declare const SettingMenu: ({ videoInstance }: { videoInstance: Video; }) => import("react/jsx-runtime").JSX.Element; export default SettingMenu;