UNPKG

@saran-ign/video-annotation-tool

Version:

[![npm version](https://img.shields.io/npm/v/@saran-ign/video-annotation-tool.svg)](https://www.npmjs.com/package/@saran-ign/video-annotation-tool) [![npm downloads](https://img.shields.io/npm/dm/@saran-ign/video-annotation-tool.svg)](https://www.npmjs.co

15 lines (14 loc) 649 B
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;