7 lines
281 B
TypeScript
Raw Normal View History

2021-02-20 18:55:36 +01:00
/// <reference types="react" />
import { Registry } from "tc-shared/events";
import { TransferInfoEvents } from "tc-shared/ui/modal/transfer/FileTransferInfoDefinitions";
export declare const FileTransferInfo: (props: {
events: Registry<TransferInfoEvents>;
}) => JSX.Element;