UNPKG

react-tuby

Version:

A React video player library with YouTube-like UI

5 lines (4 loc) 170 B
import { FC } from "react"; import { PlayerProps } from "./shared/types"; export declare const Player: FC<PlayerProps>; export { PlayerProps } from "./shared/types";