TeaSpeak-Client/imports/shared-app/ui/frames/HostBannerRenderer.d.ts
2021-02-20 18:55:36 +01:00

7 lines
288 B
TypeScript

import { Registry } from "tc-shared/events";
import { HostBannerUiEvents } from "tc-shared/ui/frames/HostBannerDefinitions";
import * as React from "react";
export declare const HostBanner: React.MemoExoticComponent<(props: {
events: Registry<HostBannerUiEvents>;
}) => JSX.Element>;