@saran-ign/video-annotation-tool
Version:
[](https://www.npmjs.com/package/@saran-ign/video-annotation-tool) [](https://www.npmjs.co
12 lines (11 loc) • 385 B
TypeScript
import React from "react";
interface TransparentVideoControllerProps {
playerRef: React.RefObject<HTMLVideoElement>;
showVideoDuration: boolean;
dimensions: {
width: number;
};
canvasParentRef: React.RefObject<HTMLDivElement>;
}
declare const TransparentVideoController: React.FC<TransparentVideoControllerProps>;
export default TransparentVideoController;