UNPKG

@churchapps/apphelper

Version:

Library of helper functions for React and NextJS ChurchApps

7 lines 213 B
import React from "react"; interface Props { children: React.ReactNode; } export declare const Banner: (props: Props) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Banner.d.ts.map