UNPKG

matrix-react-sdk

Version:
5 lines (4 loc) 285 B
import React, { ComponentProps } from "react"; declare const BeaconViewDialogComponent: React.LazyExoticComponent<React.FC<import("./BeaconViewDialog").IProps>>; export declare function BeaconViewDialog(props: ComponentProps<typeof BeaconViewDialogComponent>): JSX.Element; export {};