1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

Fix Dialog/Modal types defn

This commit is contained in:
Michael Telatynski
2021-06-07 11:06:30 +01:00
parent 2525db6fb1
commit ae04b2ce4a

View File

@@ -15,5 +15,5 @@ limitations under the License.
*/
export interface IDialogProps {
onFinished: (bool) => void;
onFinished(...args: any): void;
}