UNPKG

@churchapps/apphelper

Version:

Library of helper functions for React and NextJS ChurchApps

7 lines 180 B
import React from "react"; interface Props { appName?: string; } export declare const FloatingSupport: React.FC<Props>; export {}; //# sourceMappingURL=FloatingSupport.d.ts.map