New source found from dndbeyond.com
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
import React from "react";
|
||||
import React, { PropsWithChildren } from "react";
|
||||
import { connect } from "react-redux";
|
||||
|
||||
import { syncTransactionSelectors } from "@dndbeyond/character-rules-engine/es";
|
||||
@@ -9,7 +9,7 @@ import { SyncBlockerLoadingPlaceholder } from "./SynchronousBlockerLoadingPlaceh
|
||||
let showBlockerTimerId: number;
|
||||
let hideBlockerTimerId: number;
|
||||
|
||||
interface Props {
|
||||
interface Props extends PropsWithChildren {
|
||||
waitDelayToShow: number;
|
||||
waitDelayToHide: number;
|
||||
className: string;
|
||||
|
||||
Reference in New Issue
Block a user