@churchapps/apphelper
Version:
Library of helper functions for React and NextJS ChurchApps
12 lines • 397 B
TypeScript
import { UserContextInterface } from "@churchapps/helpers";
interface Props {
conversationId: string;
createConversation?: () => Promise<string>;
noDisplayBox?: boolean;
context: UserContextInterface;
maxHeight?: any;
refreshKey?: number;
}
export declare function Notes(props: Props): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=Notes.d.ts.map