UNPKG

matrix-react-sdk

Version:
9 lines (8 loc) 312 B
import React from "react"; import { ExtendedDevice } from "./types"; export interface DeviceVerificationStatusCardProps { device: ExtendedDevice; isCurrentDevice?: boolean; onVerifyDevice?: () => void; } export declare const DeviceVerificationStatusCard: React.FC<DeviceVerificationStatusCardProps>;