@mikezimm/npmfunctions
Version:
Functions used in my SPFx webparts
12 lines (11 loc) • 408 B
TypeScript
/**
*
* THIS File should be copied to your local project, not referred to through here.
* NOTICE: GET LATEST VERSION FROM SAMPLE PROJECTS: CoreFPS114 or CoreFPS115
*
* https://github.com/mikezimm/CoreFPS114
* https://github.com/mikezimm/CoreFPS115
*
*/
export declare const panelVersionNumber = "2022-07-22 - 1.0.0.01";
export declare function aboutTable(showRepoLinks: boolean): void;