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