2021-02-07 20:01:37 +01:00

8 lines
290 B
TypeScript

/// <reference types="react" />
import { Registry } from "tc-shared/events";
import { ChannelVideoEvents } from "tc-shared/ui/frames/video/Definitions";
export declare const ChannelVideoRenderer: (props: {
handlerId: string;
events: Registry<ChannelVideoEvents>;
}) => JSX.Element;