UNPKG

@mikezimm/fps-core-v7

Version:

Library of reusable core interfaces, types and constants migrated from fps-library-v2

4 lines 282 B
import { IRepoLinks } from '../../components/atoms/Links/IRepoLinks'; import { IFPSCert } from '../FPSWebPartClass/IFPSCert'; export declare function sendFeedback(feedbackEmail: string, gitHubRepo: IRepoLinks, fpsCert?: IFPSCert): void; //# sourceMappingURL=sendFeedback.d.ts.map