UNPKG

matrix-react-sdk

Version:
8 lines (7 loc) 206 B
import React from "react"; import { Beacon } from "matrix-js-sdk/src/matrix"; interface Props { beacon: Beacon; } declare const BeaconStatusTooltip: React.FC<Props>; export default BeaconStatusTooltip;