@churchapps/apphelper
Version:
Library of helper functions for React and NextJS ChurchApps
11 lines • 335 B
TypeScript
import React from "react";
import { UserContextInterface } from "@churchapps/helpers";
interface Props {
appName: string;
context: UserContextInterface;
onNavigate: (url: string) => void;
onUpdate: () => void;
}
export declare const Notifications: React.FC<Props>;
export {};
//# sourceMappingURL=Notifications.d.ts.map