@saran-ign/video-annotation-tool
Version:
[](https://www.npmjs.com/package/@saran-ign/video-annotation-tool) [](https://www.npmjs.co
15 lines (14 loc) • 649 B
TypeScript
import React from "react";
export declare const VideoContext: React.Context<unknown>;
export declare const VideoProvider: ({ children, videoUrl, shape, hideAnnotations, initialVideoWidth, lockEdit, initialData, externalSetData, externalOnSubmit, annotationColor, }: {
children: any;
videoUrl: any;
shape?: null | undefined;
hideAnnotations?: boolean | undefined;
initialVideoWidth?: number | undefined;
lockEdit?: boolean | undefined;
initialData?: null | undefined;
externalSetData?: null | undefined;
externalOnSubmit?: null | undefined;
annotationColor: any;
}) => import("react/jsx-runtime").JSX.Element;