TeaSpeak-Client/imports/shared-app/ui/frames/log/Renderer.d.ts

7 lines
267 B
TypeScript
Raw Normal View History

2021-02-20 12:55:36 -05:00
/// <reference types="react" />
import { Registry } from "tc-shared/events";
import { ServerEventLogUiEvents } from "tc-shared/ui/frames/log/Definitions";
export declare const ServerLogFrame: (props: {
events: Registry<ServerEventLogUiEvents>;
}) => JSX.Element;