@churchapps/apphelper
Version:
Library of helper functions for React and NextJS ChurchApps
11 lines • 420 B
TypeScript
import React from "react";
import { LoginUserChurchInterface, UserContextInterface } from "@churchapps/helpers";
export interface Props {
userChurches: LoginUserChurchInterface[];
currentUserChurch: LoginUserChurchInterface;
context: UserContextInterface;
onDelete?: () => void;
onChurchChange?: () => void;
}
export declare const ChurchList: React.FC<Props>;
//# sourceMappingURL=ChurchList.d.ts.map