UNPKG

@churchapps/apphelper

Version:

Library of helper functions for React and NextJS ChurchApps

10 lines 258 B
import React from "react"; import "react-activity/dist/Dots.css"; interface Props { size?: "sm" | "md" | "lg"; loadingText?: string; color?: string; } export declare const Loading: React.FC<Props>; export {}; //# sourceMappingURL=Loading.d.ts.map