UNPKG

matrix-react-sdk

Version:
6 lines (5 loc) 186 B
import React from 'react'; import { IDialogProps } from "./IDialogProps"; export default class SeshatResetDialog extends React.PureComponent<IDialogProps> { render(): JSX.Element; }