UNPKG

@churchapps/apphelper

Version:

Library of helper functions for React and NextJS ChurchApps

16 lines 354 B
import React from "react"; interface Props { data: any[]; spaceAfter?: boolean; spaceBefore?: boolean; filename?: string; icon?: string; text?: string; customHeaders?: { label: string; key: string; }[]; } export declare const ExportLink: React.FC<Props>; export {}; //# sourceMappingURL=ExportLink.d.ts.map