UNPKG

matrix-react-sdk

Version:
9 lines (8 loc) 223 B
import React from "react"; interface Props { otherSessionsCount: number; disabled?: boolean; signOutAllOtherSessions?: () => void; } export declare const OtherSessionsSectionHeading: React.FC<Props>; export {};