@churchapps/apphelper
Version:
Library of helper functions for React and NextJS ChurchApps
10 lines • 303 B
TypeScript
import React from "react";
import { UserContextInterface } from "@churchapps/helpers";
interface Props {
context: UserContextInterface;
refreshKey: number;
onUpdate: () => void;
}
export declare const PrivateMessages: React.FC<Props>;
export {};
//# sourceMappingURL=PrivateMessages.d.ts.map