UNPKG

matrix-react-sdk

Version:
9 lines (8 loc) 210 B
import React from "react"; interface Props { onCancel: () => void; onBack: () => void; displayBack?: boolean; } declare const ShareDialogButtons: React.FC<Props>; export default ShareDialogButtons;