@churchapps/apphelper
Version:
Library of helper functions for React and NextJS ChurchApps
11 lines • 391 B
TypeScript
import { UserContextInterface } from "@churchapps/helpers";
type Props = {
messageId?: string;
onUpdate: () => void;
createConversation: () => Promise<string>;
conversationId?: string;
context: UserContextInterface;
};
export declare function AddNote({ context, ...props }: Props): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=AddNote.d.ts.map