UNPKG

@churchapps/apphelper

Version:

Library of helper functions for React and NextJS ChurchApps

12 lines 374 B
import React from "react"; import { MessageInterface, UserContextInterface } from "@churchapps/helpers"; interface Props { message: MessageInterface; showEditNote: (noteId?: string) => void; context: UserContextInterface; isEditing?: boolean; hideEdit?: boolean; } export declare const Note: React.FC<Props>; export {}; //# sourceMappingURL=Note.d.ts.map