UNPKG

@churchapps/apphelper

Version:

Library of helper functions for React and NextJS ChurchApps

12 lines 415 B
import React from "react"; import { PrivateMessageInterface, UserContextInterface } from "@churchapps/helpers"; interface Props { context: UserContextInterface; privateMessage: PrivateMessageInterface; onBack: () => void; refreshKey: number; onMessageRead?: () => void; } export declare const PrivateMessageDetails: React.FC<Props>; export {}; //# sourceMappingURL=PrivateMessageDetails.d.ts.map