UNPKG

@churchapps/apphelper

Version:

Library of helper functions for React and NextJS ChurchApps

11 lines 421 B
import React from "react"; import { PersonInterface, PrivateMessageInterface, UserContextInterface } from "@churchapps/helpers"; interface Props { context: UserContextInterface; onSelectMessage: (pm: PrivateMessageInterface) => void; onBack: () => void; selectedPerson?: PersonInterface; } export declare const NewPrivateMessage: React.FC<Props>; export {}; //# sourceMappingURL=NewPrivateMessage.d.ts.map