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

7 lines
288 B
TypeScript
Raw Normal View History

2021-02-20 12:55:36 -05:00
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>;