7 lines
288 B
TypeScript
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>;
|