This commit is contained in:
Tom Moor
2021-10-21 21:23:58 -07:00
parent 63c0daf483
commit c79a22b857
6 changed files with 18 additions and 9 deletions

View File

@ -13,7 +13,7 @@ import PlaceholderList from "components/List/Placeholder";
import { dateToHeading } from "utils/dates";
type Props = {
fetch?: (options: ?Object) => Promise<void>,
fetch?: (options: ?Object) => Promise<any>,
options?: Object,
heading?: React.Node,
empty?: React.Node,